Results 1 to 4 of 4

Thread: How to add MS SDK to QT Creator?

  1. #1
    Join Date
    Apr 2010
    Posts
    15
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Question How to add MS SDK to QT Creator?

    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.

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to add MS SDK to QT Creator?

    Isn't #include "dbghelp.h" suffiicient ?

  3. #3
    Join Date
    Mar 2010
    Location
    Alipurduar, India
    Posts
    8
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to add MS SDK to QT Creator?

    Quote Originally Posted by fatjuicymole View Post
    Isn't #include "dbghelp.h" suffiicient ?
    Yes, I add it in my source code. And I receive an error that file does not exist.

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How to add MS SDK to QT Creator?

    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.

Similar Threads

  1. how to use Qwt in Qt creator(1.2.1)?
    By qtlinuxnewbie in forum Qwt
    Replies: 2
    Last Post: 6th March 2010, 13:29
  2. Qt Creator
    By c_srikanth1984 in forum Qt Tools
    Replies: 1
    Last Post: 30th July 2009, 12:27
  3. What is Qt Creator?
    By impeteperry in forum General Programming
    Replies: 7
    Last Post: 1st July 2009, 18:20
  4. Qt Creator
    By fnmblot in forum General Discussion
    Replies: 3
    Last Post: 12th April 2009, 08:06
  5. Qt Creator on Mac OS X
    By stephenju in forum Qt Tools
    Replies: 2
    Last Post: 12th March 2009, 21:51

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.