Re: Compiler problem
On 2008-09-18 17:48, Ginu wrote:
Hi guys,
I'm trying to run the compiler for Microsoft Visual Studio 2005 but
receive this error when I try to run a simulation:
"comp_msvc: Unable to execute compiler (Win32 error code: 2)
Check that Visual C++ has been installed correctly, and that
its BIN directory is included in the Path environment variable."
Has anybody seen this before? How do I fix this?
Any help would be appreciated. Cheers.
First of all your question is off-topic, if you need help with your
compilers or other tools you should ask in a group discussing those
things, in here we discuss the C++ language and how to use it.
You can fix your problem by first making sure that Visual C++ is
correctly installed and then making sure that the BIN directory is in
the path. When you install Visual C++ you should get a Start-menu called
Visual Studio Command Prompt (or something similar), try using that and
running the compiler from there.
--
Erik Wikstr??m