Results 1 to 5 of 5

Thread: Open source dev on windows: MinGW vs MSVC

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Open source dev on windows: MinGW vs MSVC

    You forgot to mention that to use the Express edition of msvc the SDK (around 100MB) also needs to be downloaded from Microsoft.

  2. The following user says thank you to wysota for this useful post:

    magland (26th December 2007)

  3. #2
    Join Date
    Nov 2007
    Posts
    89
    Qt products
    Qt4
    Platforms
    Windows
    Thanked 21 Times in 18 Posts

    Default Re: Open source dev on windows: MinGW vs MSVC

    Quote Originally Posted by magland View Post
    Step 6. Use the following environment variables: QTDIR=[location of Qt source], QMAKESPEC=win32-msvc.net, and add the Qt bin directory to your path.
    Why win32-msvc.net? There is win32-msvc2005 for msvc2005 (it works also with 2008, until official support).

    Quote Originally Posted by wysota View Post
    You forgot to mention that to use the Express edition of msvc the SDK (around 100MB) also needs to be downloaded from Microsoft.
    That is no longer needed with MSVC 2008 express, as it includes headers and libraries for native Windows programming.

  4. #3
    Join Date
    Dec 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1

    Default Re: Open source dev on windows: MinGW vs MSVC

    Is the VS2008 Express Edition and qt-win-opensource-src-4.3.3 combination what Qt is calling Visual Studio "Integeration" or is this combination just to use the vs compiler?

    Is the Commercial Edition of Qt the only way to achieve Visual Studio "Integration"? Does "Integration" also include debugger support?
    Does the Commercial Edition also work with VS2008 Pro or VS2008 Express Edition (instead of vs2005)?

    thanks,
    shawnj

  5. #4
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 541 Times in 521 Posts

    Default Re: Open source dev on windows: MinGW vs MSVC

    The Qt VS Integration is a Visual Studio extension available only with commercial editions of Qt. It provides mostly Qt project management support within VS and Designer integration.

    Non-Express versions of Visual Studio do not support extensions, therefore you cannot use Qt Integration with VS Express.

    Does "Integration" also include debugger support?
    Debugging support comes with the VS compiler and is embedded in all versions of the IDE.
    Of course, in order to debug Qt applications you must first compile the Qt debug libraries.

  6. The following user says thank you to marcel for this useful post:

    shawnj (29th December 2007)

Similar Threads

  1. Mingw very slow on windows
    By elsheikhmh in forum Installation and Deployment
    Replies: 7
    Last Post: 30th May 2007, 17:19
  2. 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
  3. Licencing issue with Qt Open source
    By thepasty in forum General Discussion
    Replies: 16
    Last Post: 26th July 2006, 14:56
  4. Replies: 11
    Last Post: 24th March 2006, 06:40
  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.