Results 1 to 18 of 18

Thread: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Studio

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Look, it comes down to this, the problem IS the C1033, theres no other explanation.
    It keeps happening with the different vc90.pdb files in the package.
    Any ideas?
    EDIT:
    The source of the problem seems to be that there are multiple compiles going on at once (?)
    I have no idea how the nmake compiles the libs, but I can clearly see several nmake processes open at once.
    Definite access problems.
    Clues anyone?
    Last edited by AlonL; 9th June 2008 at 16:28.

  2. #2
    Join Date
    Aug 2006
    Posts
    83

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Some people have reported problems when compiling using multiple processes. The solution to that is that u specify that u want only one process to compile by using -MP switch and putting it in the qmake spec with the appropriate QMAKESPEC variable (example win32-mscv2008).

    p.s.: I have successfully compiled qt 4.4 using 2 threads with visual studio 2008 and had no problems with it.

  3. #3
    Join Date
    Jan 2006
    Location
    Scandinavia
    Posts
    62
    Thanks
    5
    Thanked 2 Times in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: I need help installing QT4.4.0 Open Source on Windows, to compile with Visual Stu

    Hi,

    I've a quick quide on setting up and using Qt on windows.
    If you use vs2005 be sure to install some updates since that can cause you grievance otherwise.

    http://kjell.hedstrom.googlepages.co...o_express_2005

Similar Threads

  1. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  2. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  3. Installing Qt 4.1.4 (open source) on windows with vs2005
    By Randulf in forum Installation and Deployment
    Replies: 1
    Last Post: 19th August 2006, 12:22
  4. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41
  5. Installing Qt 4.1 (open source) on Windows XP
    By katrina in forum Installation and Deployment
    Replies: 8
    Last Post: 19th February 2006, 12:26

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
  •  
Qt is a trademark of The Qt Company.