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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.