View Single Post
  #1  
Old 10-19-2005, 02:50 AM
ajb20
Hill Giant
 
Join Date: Jul 2004
Posts: 106
Default Compiling on VS.net 2003

Everything went through fine, but I'm getting 1 error in the linking stage.

Code:
net.obj : error LNK2019: unresolved external symbol "void __cdecl FilePrint(char const *,bool,bool,char const *,...)" (?FilePrint@@YAXPBD_N10ZZ) referenced in function $L140296
.\../Build/Zone.exe : fatal error LNK1120: 1 unresolved externals
What file is still missing from the project?
Reply With Quote