PDA

View Full Version : I get external link errors compiling last servers..


Camaris
02-16-2005, 09:42 PM
Hi, anybody could tell me how could i to do for compile good the last CVS source, since 1 month ago, i always get external unresolver link errors, on the past source, i got external link errors with setextendedprofile and initextendedprofile. I am having this problems because u already arent using VS .NET 2k3? are u using 2k5? because i also get errors of version if i open server.sln, then i have to open workspace file.

fathernitwit
02-17-2005, 04:36 AM
when you get link errors, 90% of the time its cause you dont have some files in your project... you can either search/grep for the symbols its missing, o rjust add everything in zone and common to your project and try it that way.

specifically, your misssing at least common/extprofile.cpp, but there are most likely more.