Thread: ERROR BUILDING .EXE. Can someone help.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Programmer in Training TWIXMIX's Avatar
    Join Date
    Feb 2004
    Posts
    57

    ERROR BUILDING .EXE. Can someone help.

    I'm trying to make a basic 2D tile engine with allegro and I'm getting this error:

    SVCRT.lib(crtexew.obj) : error LNK2001: unresolved external symbol _WinMain@16
    tileEngine.exe : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.


    Does anyone haev any ideas that could help me resolve this problem.

    Thanks in advance.
    Last edited by TWIXMIX; 12-23-2004 at 10:57 AM.
    Learning C++
    Programmer in training

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fopen can't open .exe?
    By fanoliv in forum C Programming
    Replies: 11
    Last Post: 04-05-2011, 03:24 PM
  2. Replies: 13
    Last Post: 12-09-2008, 11:09 AM
  3. .exe size with MinGW
    By Stabbsy in forum C++ Programming
    Replies: 3
    Last Post: 11-16-2006, 06:07 AM
  4. Changing program from .cpp to .exe
    By BIt_toRreNt in forum C++ Programming
    Replies: 6
    Last Post: 02-16-2005, 04:24 PM
  5. Problem creating .exe files
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 03-22-2002, 02:25 PM