PDA

Click to See Complete Forum and Search --> : Error's Not Understood by Me!


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 ***??

FunyBunyFartAHH
Dec 15th, 2002, 01:02 PM
C'mon C'mon.... I need helpw with this error soon as possible plz

FunyBunyFartAHH
Dec 15th, 2002, 01:10 PM
omg (smacks himself) ok well maybe a *&#_ console application not a win32 plain app. AHHHHHHHHHh *comits scuicide* ok sorry guys, u may close this thread now.

CornedBee
Dec 15th, 2002, 06:10 PM
Congratulations. Of the ~15 people I've seen asking this question you're the first one to find out the answer himself... ;)