|
-
Dec 15th, 2002, 01:11 PM
#1
Thread Starter
Member
Error's Not Understood by Me!
--------------------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:
Code:
#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 ***??
A way to find answers, is to ask questions, for a question that has been asked may seem stupid for 5 minutes, but a question never asked will remain unknown forever.
-
Dec 15th, 2002, 02:02 PM
#2
Thread Starter
Member
C'mon C'mon.... I need helpw with this error soon as possible plz
A way to find answers, is to ask questions, for a question that has been asked may seem stupid for 5 minutes, but a question never asked will remain unknown forever.
-
Dec 15th, 2002, 02:10 PM
#3
Thread Starter
Member
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.
A way to find answers, is to ask questions, for a question that has been asked may seem stupid for 5 minutes, but a question never asked will remain unknown forever.
-
Dec 15th, 2002, 07:10 PM
#4
Congratulations. Of the ~15 people I've seen asking this question you're the first one to find out the answer himself...
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|