PDA

View Full Version : How to add MS SDK to QT Creator?



askrina
29th April 2010, 03:20
I am working in simple project and need to use MS SDK header file "dbghelp.h".

I am using QT Creator with QT 4 and mingw.

squidge
29th April 2010, 07:41
Isn't #include "dbghelp.h" suffiicient ?

askbapi
29th April 2010, 11:09
Isn't #include "dbghelp.h" suffiicient ?

Yes, I add it in my source code. And I receive an error that file does not exist.

ChrisW67
5th May 2010, 06:16
Start a Qt Command prompt. Run "C:\Program Files\Microsoft Visual Studio 9.0\vc\bin\vcvars.bat" (exact path may vary). Start Qt Creator from that prompt.

Whether the dbghelp.h file is usable by MingW is another story.