我可以使用Microsoft Development Studio(a.k.a. Visual C ++ 6),但將其糟糕的編譯器替換為Visual C ++ 2005,或者更好的是GCC?如果是這樣,怎麽樣?
在Visual C ++ 6中替換編譯器
最佳答案
If you download and install the latest windows SDKs, they should include the latest versions of cl.exe, link.exe, midl.exe, etc. You just need to point the executables path (tools->options->etc) at the new SDK dir and remove the build-in VS paths.