Hi,
I have one source code of .CPP program and i want to generate .exe file of this project, for that i create one new EMPTY PROJECT(VC++) in Microsoft Visual Studio 2010 and add all the .cpp and .h files in to Source file Folder.
Now When i m going to built the solution it gives error Like :
Error: Failed to locate: "CL.exe". The system cannot find the file specified.
In my sytem the CL.exe file on this path : C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\CL.exe
Some of your solution tell that it should be at this location : C:/Program Files\Microsoft Visual Studio 10.0\VC\ce\bin
So can you please suggest what should i do for solve this error?
Or also can you give any other solution which can Complete the Purpose to Generate .exe file of CPP Program ?
Thnx
Vimal Bhavsar