Link to home
Start Free TrialLog in
Avatar of kgpretty
kgpretty

asked on

ERROR

I tried to compile my program but this is what came up;
>>

--------------------Configuration: partB - Win32 Debug--------------------
Compiling...
Error spawning cl.exe

partB.exe - 1 error(s), 0 warning(s)

<<
What is "spawning.." and what should I do to stop it from reoccuring?
Avatar of efn
efn

Spawning is what happens when one process starts another process.  You don't want to prevent spawning, you want to prevent the failure of spawning, so the process that is trying to run cl.exe can do so.

I suggest you search this topic area for the keywords "spawning cl.exe".  There are 19 questions with this phrase and probably one of them has information that will help you.
Avatar of kgpretty

ASKER

I tried that, it says I need to subcribe.. which is impossible because I have no credit card. Can't you HELP by pasting the solution here?
ASKER CERTIFIED SOLUTION
Avatar of efn
efn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial