Results 1 to 3 of 3

Thread: win32-msvc2008 express installation

  1. #1
    Join Date
    Aug 2006
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Question win32-msvc2008 express installation

    I ve just started up to install the src distribution from qt-win-opensource-src-4.5.1.zip
    I put nmake in the bin path
    After this I added another path to find a dll because cl failed (return code 0x135).

    it tried to compile some src code but failed finding stddef.h.

    So I added the path to the appropriate path (C:\Program Files\Microsoft Visual Studio 9.0\VC\include) but I could not get it to work.

    The configure commande line I used used is the following :
    configure -platform win32-msvc2008 -opensource -developer-build -stl -qt-sql-mysql -qt-sql-odbc -I "C:\Program Files\Microsoft Visual Studio 9.0\VC\include"

    Any suggestion ?

  2. #2
    Join Date
    Jun 2008
    Location
    Germany/Belarus/Sweden
    Posts
    53
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: win32-msvc2008 express installation

    You don't need to add all paths by yourself. Just open VS Command Line from Visual Studio Tools.

    "Start->Programs->Microsoft Visual Studio 20**->Visual Studio Tools->Visual Studio 20** Command Promt"

    -developer-build
    Are you really need Developer build? If you want write some app with Qt help you don't need that at all... this flag is used for Qt Framework development.

  3. #3
    Join Date
    Aug 2006
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Smile Re: win32-msvc2008 express installation

    Great and easy !
    It works fine
    Thx a lot.

Similar Threads

  1. Replies: 2
    Last Post: 15th October 2008, 19:49
  2. QCA installation under Win32 / QT 4.3.2
    By rickysts in forum Newbie
    Replies: 1
    Last Post: 1st May 2008, 21:38

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.