Results 1 to 20 of 50

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

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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

  2. #2

    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

  3. #3

    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

  4. #4
    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 12:10.

  5. #5

    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

  6. #6
    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

Similar Threads

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