Windows SDK with CDT [message #900502] |
Tue, 07 August 2012 06:18  |
Eclipse User |
|
|
|
Hello,
Earlier, I was using Qt Creator IDE with Windows SDK tools and it works perfect,
no extra settings, QtCreator "sees" that Windows SDK is installed and uses
compiler/debugging tools and libs/headers from this SDK for C++ projects
Unfortunatelly CDT doesn't see that compiler kit (I mean Windows SDK) already installed and doesn't suggest me simply to use this..
and I couldn't find any manuals how to configure this
Could you help me with this?
is here anyone who uses CDT under Windows platform with Microsoft C++ compiler/libs?
[Updated on: Wed, 08 August 2012 03:40] by Moderator
|
|
|
|
|
|
|
Re: Windows SDK with CDT [message #901533 is a reply to message #901503] |
Mon, 13 August 2012 05:28   |
Eclipse User |
|
|
|
Thank you for the replies!
First of all - I've compiled the project using micrsoft toolchain, thank you!
as I said above , I didn't install Visual C++, I believe that Windows SDK is enough, it includes all required libraries , compiler/linker and debugger.
about "sh", thanks for the link, I'm going to read this
now, the primary issue for me is the debugging , I don't see where and how I can set up the debugger from Windows SDK, I see all debugger settings in CDT UI regards to GDB only....
|
|
|
Re: Windows SDK with CDT [message #901686 is a reply to message #901533] |
Tue, 14 August 2012 03:33  |
Eclipse User |
|
|
|
Ernst Mising name wrote on Mon, 13 August 2012 11:28Thank you for the replies!
First of all - I've compiled the project using micrsoft toolchain, thank you!
as I said above , I didn't install Visual C++, I believe that Windows SDK is enough, it includes all required libraries , compiler/linker and debugger.
about "sh", thanks for the link, I'm going to read this
now, the primary issue for me is the debugging , I don't see where and how I can set up the debugger from Windows SDK, I see all debugger settings in CDT UI regards to GDB only....
There is no debug support for Visual C++. You can only use the compiler. If you want to debug you have to compile your project with MinGW and then use gdb (gdb does not understand the debug symbols from Visual C++).
|
|
|
Powered by
FUDForum. Page generated in 0.03877 seconds