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.
#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.