开发者

How to set Native Microsoft compiler for VS 2003 if Intel Compiler is default compiler?

开发者 https://www.devze.com 2022-12-15 06:30 出处:网络
I am using a development enviro开发者_StackOverflow中文版nment with VS 2003 as IDE and Intel compiler as default compiler. I have to set Microsoft default compiler for compilation of my project. As I

I am using a development enviro开发者_StackOverflow中文版nment with VS 2003 as IDE and Intel compiler as default compiler. I have to set Microsoft default compiler for compilation of my project. As I could not find where to set the compiler in VS 2003.

Thanks Anil


You cannot set the compiler explicitly, VS simply runs cl.exe. Windows tries to find a file named cl.exe to start, it searches the directories listed in the PATH environment variable. You do explicitly set which directories are in the PATH.

Not sure about VS2003, 2005 and up uses Tools + Options, Projects and Solutions, VC++ Directories, Executable files. Remove the Intel compiler directory from that list.

0

精彩评论

暂无评论...
验证码 换一张
取 消