FunyBunyFartAHH
Dec 15th, 2002, 12:11 PM
--------------------Configuration: Mano - Win32 Debug--------------------
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/Mano.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Mano.exe - 2 error(s), 0 warning(s)
I tried to make a simple hello world program, since my other one didnt work nd gave the same errors... Here is the code for the hello world program:
#include <iostream>
main (void)
{
std::cout << "Damnit Work!!!" << std::endl;
return 0;
}
Of coure I made a win 32 application, and just added one sorce file and did this simple hello world program. After doing my other project and giving me these same errors, I was getting pissed, so plz help. This one is right out of my handy dandy Game Developers All in One book, so ***??
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/Mano.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Mano.exe - 2 error(s), 0 warning(s)
I tried to make a simple hello world program, since my other one didnt work nd gave the same errors... Here is the code for the hello world program:
#include <iostream>
main (void)
{
std::cout << "Damnit Work!!!" << std::endl;
return 0;
}
Of coure I made a win 32 application, and just added one sorce file and did this simple hello world program. After doing my other project and giving me these same errors, I was getting pissed, so plz help. This one is right out of my handy dandy Game Developers All in One book, so ***??