Thread: Weird Unresolved Externals

  1. #1
    Unregistered
    Guest

    Weird Unresolved Externals

    Code:
    Compiling...
    tictactoe.cpp
    Linking...
    tictactoe.obj : error LNK2001: unresolved external symbol __chkesp
    tictactoe.obj : error LNK2001: unresolved external symbol _memset
    LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup
    Debug/directxfirst.exe : fatal error LNK1120: 3 unresolved externals
    Error executing link.exe.
    Can anybody help me out with these never seen them in my life sorry for being troublesome.

    Ryan

  2. #2
    *
    Guest
    Yes, you are missing a library.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling sample DarkGDK Program
    By Phyxashun in forum Game Programming
    Replies: 6
    Last Post: 01-27-2009, 03:07 AM
  2. unresolved externals??
    By pokiepo in forum C Programming
    Replies: 6
    Last Post: 07-02-2008, 11:38 AM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  5. debug to release modes
    By DavidP in forum Game Programming
    Replies: 5
    Last Post: 03-20-2003, 03:01 PM