Thread: Strange error

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    133

    Strange error

    Hey guys I am getting the error:

    1 unresolved externals (fatal error LNK1120 error executing link.exe)

    Any ideas what could be causing this?

    Thanks.

    EDIT: Seems to be working now ( I deleted the debug file and recompiled and that seems to have done the trick)
    Last edited by 182; 02-15-2006 at 04:48 PM.

  2. #2
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    In the future, make sure all your files are correct and avalible to the compiler before you build, it can reduce the risk of a linker error, and if you use the command "extern" make sure that you are refering to somthing that exsists

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Testing some code, lots of errors...
    By Sparrowhawk in forum C Programming
    Replies: 48
    Last Post: 12-15-2008, 04:09 AM
  2. Connecting to a mysql server and querying problem
    By Diod in forum C++ Programming
    Replies: 8
    Last Post: 02-13-2006, 10:33 AM
  3. Game Pointer Trouble?
    By Drahcir in forum C Programming
    Replies: 8
    Last Post: 02-04-2006, 02:53 AM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM