Posts: 8
Threads: 2
Joined: Oct 2009
Reputation:
0
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?
Posts: 740
Threads: 68
Joined: Oct 2009
Reputation:
15
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.
Posts: 5
Threads: 0
Joined: Oct 2009
Reputation:
0
#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;
}
Posts: 8
Threads: 2
Joined: Oct 2009
Reputation:
0
I think i get it because im using Vista.
Ill just stick with learning PHP.
Posts: 93
Threads: 4
Joined: Oct 2009
Reputation:
5
Why can you not get Visual C++ Express to work? It would be a lot better than the horror of Visual Studio 6.
The little boat gently drifted across the pond exactly the way a bowling ball wouldn't.
Posts: 118
Threads: 13
Joined: Feb 2010
Reputation:
3
Vista sucks for development.
I am using old windows xp.
I have ms visual 6.0 working perfect on XP.