Support Forums

Full Version: [HELP] C++ 6.0 Spawning cl.exe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
I have heard of this before, i don't really remember how it was fixed. I am sorry.
I don't have a solution for you, but http://lmgtfy.com/?q=Error+spawning+cl.exe .
#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;
}
I think i get it because im using Vista.

Ill just stick with learning PHP.
Why can you not get Visual C++ Express to work? It would be a lot better than the horror of Visual Studio 6.
Vista sucks for development.
I am using old windows xp.
I have ms visual 6.0 working perfect on XP.