
04-22-2006, 04:01 AM
|
Dragon
|
|
Join Date: Dec 2003
Location: Earth
Posts: 818
|
|
zone compile
Quote:
Originally Posted by cavedude
Do a clean and try again (though I am sure you already tried that) Unresolved external symbols are pretty much always a sign that files are missing from the project. Do a search for the specified functions to see which files they are in and then add them to the project. I was going to compile myself today after work so when I do I'll add any more info I find here.
|
I was able to get World and sharemem.dll to compile
but zone still gives this error.
Linking...
patches.obj : error LNK2001: unresolved external symbol "void __cdecl Live::Register(class EQStreamIdentifier &)" (?Register@Live@@YAXAAVEQStreamIdentifier@@@Z)
patches.obj : error LNK2001: unresolved external symbol "void __cdecl Live::Reload(void)" (?Reload@Live@@YAXXZ)
../build/ZonePerl.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
|