Thread: LINK : fatal error LNK1561: entry point must be defined

  1. #16
    Registered User
    Join Date
    Oct 2005
    Posts
    18
    Ok, that gives me this:

    No symbols are loaded for any call stack frame. The source code cannot be displayed.

    If I click Show Disassembly, the line that is highlighted is this:

    Code:
    00401079  mov         esi,dword ptr [ebx]
    Check out my blog!
    http://www.om3ga.co.uk

  2. #17
    Registered User
    Join Date
    Sep 2008
    Posts
    1
    I have the same problem. The program crashes. Even if the main function has only the return command.

  3. #18
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    "This program crashes" is not the same problem as "that program crashes". Please create a new thread for your problem.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How accurate is the following...
    By emeyer in forum C Programming
    Replies: 22
    Last Post: 12-07-2005, 12:07 PM
  2. Variables already defined while linking.
    By xconspirisist in forum C++ Programming
    Replies: 2
    Last Post: 06-10-2005, 05:20 AM
  3. DLL compiling question
    By Noose in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2004, 07:16 AM
  4. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  5. mmsystem.h and link error
    By swordfish in forum Windows Programming
    Replies: 5
    Last Post: 09-20-2001, 11:26 PM