Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - externally declared symbol has no public definition http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Externally declared symbol has no public definition
------------------------------------------------------------------------------
 Description
   This error occurs when the linker can not find a symbol referred to by
   the program. An unresolved symbol occurs when the object or library file
   carrying the referred symbol was not specified for the linker. Another
   likely reason is misspelling the name of a function or variable in the
   code.

 Solution
   Ensure that all object and library files needed by the program are
   named for the linker. Check if the missing symbol name is spelled
   correctly in the code.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson