Support Forums
[HELP] C++ 6.0 Spawning cl.exe - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: [HELP] C++ 6.0 Spawning cl.exe (/showthread.php?tid=2135)



[HELP] C++ 6.0 Spawning cl.exe - losdhfu - 10-24-2009

Im using C++ 6.0 because i cant get Visual C++ to work, and i tried to make Hello World.

And when i try to compile it i get this error
Compiling...
Error spawning cl.exe


Anyone know a fix for this?


RE: [HELP] C++ 6.0 Spawning cl.exe - ktmrider530 - 10-24-2009

I have heard of this before, i don't really remember how it was fixed. I am sorry.


RE: [HELP] C++ 6.0 Spawning cl.exe - ElephantShoe - 10-24-2009

I don't have a solution for you, but http://lmgtfy.com/?q=Error+spawning+cl.exe .


RE: [HELP] C++ 6.0 Spawning cl.exe - minkoko - 10-29-2009

#include <windows.h>

int WINAPI
WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR pszCmdLine, int iCmdShow)
{
MessageBox(NULL, "Hello Good!", "Pinky says...", MB_OK | MB_ICONEXCLAMATION);
return 0;
}


RE: [HELP] C++ 6.0 Spawning cl.exe - losdhfu - 11-01-2009

I think i get it because im using Vista.

Ill just stick with learning PHP.


RE: [HELP] C++ 6.0 Spawning cl.exe - MrD. - 11-01-2009

Why can you not get Visual C++ Express to work? It would be a lot better than the horror of Visual Studio 6.


RE: [HELP] C++ 6.0 Spawning cl.exe - ELY_M - 02-11-2010

Vista sucks for development.
I am using old windows xp.
I have ms visual 6.0 working perfect on XP.