且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用eclipse cdt编译windows基础程序(使用VIsual Studio编译器)

更新时间:2022-12-22 15:51:39

您要使用 Wascana ,一个针对Windows开发的Eclipse / CDT发行版。不幸的是Windows支持不完整;因为它缺少正确的调试器。


i'd like to compile (debugging if possible) windows program in eclipse cdt with microsoft copmiler.

It's better to support eclipse tool-chain (in eclipse cdt)

It's impossible to find this solution in google, except using mingw's make and Visual Studio Makefile..

Are there anyone to have solution with this problem?

You want to use Wascana, an Eclipse/CDT distro targeted at Windows-development. Unfortunately the Windows-support is not complete; since it lacks a proper debugger.