little problem at compilation

Started by
2 comments, last by mike74 18 years, 10 months ago
Hi, i have uninstalled then reinstall visual c++ 6 and now when i compile my program i have this error : Compiling... Error spawning cl.exe loader3ds 3 avec shader.exe - 1 error(s), 0 warning(s) What have i to do ? EDIT : even with a program which display "hello"
Advertisement
Sounds like the reinstall screwed up somewhat (could be a registry setting that wasn't reset, I'm not sure). In any case:

Google Search: "Error spawning cl.exe" turns up some good results which should help you fix it (forum posts about the same problem, etc)
thank you very much, i have found this link in the page you gave me ;-)
Maybe you should make sure cl.exe is in your path.

Mike C.
http://www.coolgroups.com/zoomer/

Quote:Original post by TheSeb
Hi,
i have uninstalled then reinstall visual c++ 6 and now when i compile my program i have this error :

Compiling...
Error spawning cl.exe

loader3ds 3 avec shader.exe - 1 error(s), 0 warning(s)

What have i to do ?

EDIT : even with a program which display "hello"


Mike C.http://www.coolgroups.com/zoomer/http://www.coolgroups.com/ez/

This topic is closed to new replies.

Advertisement