You forgot to mention that to use the Express edition of msvc the SDK (around 100MB) also needs to be downloaded from Microsoft.
You forgot to mention that to use the Express edition of msvc the SDK (around 100MB) also needs to be downloaded from Microsoft.
magland (26th December 2007)
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
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.
Debugging support comes with the VS compiler and is embedded in all versions of the IDE.Does "Integration" also include debugger support?
Of course, in order to debug Qt applications you must first compile the Qt debug libraries.
shawnj (29th December 2007)
Bookmarks