Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ Error Spawning cl.exe
Name: K8 Date: October 30, 2002 at 05:39:40 Pacific OS: Win2K Pro CPU/Ram: 266 Mhz 64MB
Comment:
Here is the situation:
Two or three specific students are in a MS Visual C++ 6.0 class. These few students receive the error message "error spawning cl.exe" when they try to compile on any machine in the computer lab. The rest of the class can run the same program, same exact source code just fine and dandy on any machine.
Where is this problem originating? Could this possibly be a roaming profile issue?
Name: mm_freak Date: October 30, 2002 at 08:47:48 Pacific
Reply:
Possibly a roaming issue? Possibly a virus issue, or why should a _compiler_ want to spawn cl.exe? Maybe this file does exist on all other systems? I would advise you to check! I don't know of any compiler needing a cl.exe to compile, especially for the same source code.
0
Response Number 2
Name: Jeff J Date: October 30, 2002 at 13:41:07 Pacific
Reply:
I did a Google search for "error spawning cl.exe" (quoted for exact phrase), and got more than a dozen hits. Seems it is not uncommon.
Cheers
0
Response Number 3
Name: smilemac Date: October 31, 2002 at 20:38:44 Pacific
Reply:
It's possible that your hard disk is too full. If the work space left for VC++ was not enough, it would fail to compile with that error generated.
Summary: please keep in mine that i am 15 and im just starting programming. every time i write some code i keep getting an error. the code this time is: #include <iostream.h> #include <string.h> void mai...
Summary: I m getting error.....s as follws /*--------------------------------------------------------------------------*/ // stchart.cpp - PegStripChart example // // Author: Jim DeLisle // // Copyright (c) 19...
Summary: Hey guys... I need some assistance with some code. Getting the following compile errors and have NO CLUE why I'm getting this. Trying to complile this as a DLL. c:\program files\microsoft visual studi...