Hi,
I am using a development environment 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
Hi,
I am using a development environment 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.