Page 2 of 3 FirstFirst 123 LastLast
Results 21 to 40 of 50

Thread: getting the error message when trying to run the application in QT

  1. #21

    Default Re: getting the error message when trying to run the application in QT

    hi spirit,

    good morning..........thanx for ur reply..........I followed the steps sent by u..........but i am unable to set the values..........I am new to this application.Please tell me the procedure from the beginning how to write a sample application using QT4.4.3. I am attaching the document that i have tried with the procedure sent by you.Please go through the document and help me.

    Thanks in advance

    Thanks & regards
    pallavi Boyapati
    Attached Images Attached Images

  2. #22

    Default Re: getting the error message when trying to run the application in QT

    hi spirit,

    please tell me where to set the value for QTDIR.......I found in google to set the the value in system properties for path “cd c:\qt\4.4.3\” . But in my case I am not able to find the folder or file "4.4.3" in my installation..........please help me how to set the value of QTDIR.

    Thanks in advance

    Thanks & Regards
    Pallavi Boyapati

  3. #23
    Join Date
    Oct 2008
    Location
    Kharkov, Ukraine
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: getting the error message when trying to run the application in QT

    Quote Originally Posted by pallavi Boyapat View Post
    hi spirit,

    good morning..........thanx for ur reply..........I followed the steps sent by u..........but i am unable to set the values..........I am new to this application.Please tell me the procedure from the beginning how to write a sample application using QT4.4.3. I am attaching the document that i have tried with the procedure sent by you.Please go through the document and help me.

    Thanks in advance

    Thanks & regards
    pallavi Boyapati
    You using MS VS C++ >=2005? Try copy VS's redistribute dll into application directory. System tells you, what *.manifest file is not found. (In my case -- Microsoft.VC80.CRT.manifest -- come with "MSI to redistribute MS VS2005 CRT libraries")

  4. #24
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: getting the error message when trying to run the application in QT

    look this video (it was packed by 7zip)
    Attached Files Attached Files
    Last edited by spirit; 29th October 2008 at 11:31.

  5. #25

    Default Re: getting the error message when trying to run the application in QT

    hi spirit,

    thanx for ur reply
    I am using the QT4.4.3 evaluation version. In that i am unable to find the path
    and I am also unable to select the visual c++ 6.0, by default it is showing visual studio 2005 during my installation.please help me out in this issue.

    thanks in advance

    Thanks & Regards
    pallavi Boyapati
    Last edited by pallavi Boyapat; 29th October 2008 at 11:00.

  6. #26
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: getting the error message when trying to run the application in QT

    you don't need this path

    do you use vs 6.0?
    Last edited by spirit; 29th October 2008 at 10:54.

  7. #27

    Default Re: getting the error message when trying to run the application in QT

    hi spirit,

    while installing in debugger extension by default it is showing visual studio 2005.I am unable to change the options it got disabled.

    For setting the values in system properties we have to provide the above mentioned path na..that path i am unable to find.

    thanks & Regards
    pallavi Boyapati

  8. #28
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    33
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: getting the error message when trying to run the application in QT

    Try nmake instead of qmake.
    hope it works

  9. #29

    Default Re: getting the error message when trying to run the application in QT

    hi spirit,

    Still i ma getting the same error message..please go through the attachment and help me.

    Thanks & Regards
    pallavi
    Attached Images Attached Images

  10. #30

    Default Re: getting the error message when trying to run the application in QT

    hi kingslee,

    i tried with nmake also but still i am getting the same error message.

  11. #31
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: getting the error message when trying to run the application in QT

    at first I've updated video.
    how many vs installed do you have? are you sure that you compile Qt example?
    next, when you set Qt variables then go to your app dir, call cmd and enter the next command
    call C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
    note: this path can be differend on your machine, it depends of vs version and installation apth.
    then, enter the following command qmake -t vcapp (this command will create vsproj file by clicking on which VS will open).

  12. #32
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    33
    Thanks
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: getting the error message when trying to run the application in QT

    Hi pallavi,
    first make it clear which version you are using ...

    Is it Visual C++ 6.0 with QT - commercial version.

    and for system path

    Goto control panel -> System -> Advanced Tab -> Environment variables.

    There add or edit the variables

    Path - C:\Qt\4.4.1\bin (according to ur version)
    QTDIR - C:\Qt\4.4.1

    and also better post ur .vcproj, .h, .cpp files

  13. #33

    Default Re: getting the error message when trying to run the application in QT

    hi kingslee,
    thanks for ur quick reply..........i am using QT Evaluation 4.4.3 setup wizard.In debugger extension i am unable to select the visual c++ 6.0,by default it is visual studio 2005.and all other options are disabled.

    i am able to create the .pro file using the command qmake -project .But i am unable to create the .vc pro file by using the command the qmake -tp vc.

    I am getting the following error message by running this command.

    D:\VCSamples\AddressTest>qmake -tp vc
    RCC: Warning: No resources in 'AddressTest\addresstest.qrc'.
    RCC: Warning: No resources in 'AddressTest\addresstest.qrc'.
    RCC: Warning: No resources in 'AddressTest\addresstest.qrc'.
    RCC: Warning: No resources in 'AddressTest\addresstest.qrc'.

    thanks in advance.

    Thanks & Regards
    Pallavi Boyapati

  14. #34

    Default Re: getting the error message when trying to run the application in QT

    hi,

    WHERE TO DOWNLOAD YOUR EVALUATION
    ---------------------------------
    Windows - MS Visual C++ 6.0:
    http://dist.trolltech.com/developer/...4.4.3-vc60.exe

    Windows - MS Visual Studio 2003:
    http://dist.trolltech.com/developer/...4.3-vs2003.exe

    Windows - MS Visual Studio 2005:
    http://dist.trolltech.com/developer/...4.3-vs2005.exe

    Windows - MS Visual Studio 2008:
    http://dist.trolltech.com/developer/...4.3-vs2008.exe

    Eclipse Integration:
    http://trolltech.com/developer/eclipse-integration

    I have downloaded Windows - MS Visual Studio 2005:
    could u please let me know whether it is possible to work on visual studio 2005.

    thanks
    pallavi

  15. #35
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: getting the error message when trying to run the application in QT

    did you try to do steps which I wrote in previous post?
    Last edited by spirit; 29th October 2008 at 13:10.

  16. #36

    Default Re: getting the error message when trying to run the application in QT

    hi spirit,

    i tried with the steps sent by you.........still i am getting the same error.

    I attached the document that the steps i have followed.

    please help me out.

    Thanks
    pallavi
    Attached Images Attached Images

  17. #37
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: getting the error message when trying to run the application in QT

    oh, come on. did I write that you should type qmake -t vcapp in VS directory???
    then go to your app dir, call cmd and enter the next command
    call C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
    note: this path can be differend on your machine, it depends of vs version and installation apth.
    then, enter the following command qmake -t vcapp (this command will create vsproj file by clicking on which VS will open).
    e.g.
    type in command prompt
    cd you_project_dir
    cd call C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
    qmake -t vcapp
    devenv you_project_name.vcproj

  18. #38
    Join Date
    Oct 2008
    Posts
    70
    Thanks
    1
    Thanked 9 Times in 9 Posts

    Default Re: getting the error message when trying to run the application in QT

    Quote Originally Posted by pallavi Boyapat View Post
    I installed QT 4.4.3 version and I wrote a one sample application "hello world ". When I am trying to run that application I am getting the following error message
    "This application has failed to start because the application configuration is incorrect. Review the manifest file for possible errors.Reinstalling teh application may solve this problem".

    I tried reinstalling my softwarwe but i am getting the same error message.

    please help me out in this issue.
    Hello!

    It would be nice to hear from you some clarification:
    1) Are you using Qt 4.4.3 eval, Right? Can you post a full name of Qt package (*.exe). It should be somthing like qt-win-eval-4.4.3-vs2005.exe
    2) What version of Visual Studio are you using?
    3) What version of Windows OS are you using?
    4) How did you install Qt on your machine (step-by-step please)
    Last edited by pastor; 29th October 2008 at 13:39.

  19. #39

    Default Re: getting the error message when trying to run the application in QT

    hi pastor,

    1.I installed qt-win-eval-4.4.3-vs2005 version
    2. I am working with visual studio 2005.
    3. I am working on Windows XP
    4. during my installation I run that qt-win-eval-4.4.3-vs2005 exe and I installed that software in D: drive

    please help me
    thanks in advance

    Thanks & regards
    pallavi Boyapati

  20. #40

    Default Re: getting the error message when trying to run the application in QT

    hi spirit,
    thanks for ur reply
    still I am getting the same error

    I am attaching the document that i had run the commands sent by u.........I am getting some error while running the follwing command

    D:\software installation\visual studio 2005\Common7\Tools>vsvars32.bat
    Setting environment for using Microsoft Visual Studio 2005 x86 tools.

    please help me in this issue.

    Thanks
    Pallavi
    Attached Images Attached Images

Similar Threads

  1. Start Qt application as Windows Service
    By ^NyAw^ in forum Qt Programming
    Replies: 12
    Last Post: 10th May 2008, 18:23
  2. Loading library from application
    By mourad in forum Installation and Deployment
    Replies: 0
    Last Post: 2nd April 2008, 16:10
  3. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 19:37
  4. Replies: 3
    Last Post: 8th December 2006, 19:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.