Results 1 to 4 of 4

Thread: Error's Not Understood by Me!

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2002
    Location
    Whaaaaat...........
    Posts
    44

    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.

  2. #2

    Thread Starter
    Member
    Join Date
    Nov 2002
    Location
    Whaaaaat...........
    Posts
    44
    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2002
    Location
    Whaaaaat...........
    Posts
    44
    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.

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width