Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[HELP] C++ 6.0 Spawning cl.exe
#1
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?
Reply
#2
I have heard of this before, i don't really remember how it was fixed. I am sorry.
One day your life will flash before your eyes. Make sure it's worth watching.
Reply
#3
I don't have a solution for you, but http://lmgtfy.com/?q=Error+spawning+cl.exe .
Reply
#4
#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;
}
Reply
#5
I think i get it because im using Vista.

Ill just stick with learning PHP.
Reply
#6
Why can you not get Visual C++ Express to work? It would be a lot better than the horror of Visual Studio 6.
[Image: sig.php]
The little boat gently drifted across the pond exactly the way a bowling ball wouldn't.
Reply
#7
Vista sucks for development.
I am using old windows xp.
I have ms visual 6.0 working perfect on XP.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)