View Single Post
  #1  
Old 12-29-2004, 01:46 PM
bushman77
Hill Giant
 
Join Date: May 2003
Location: In the bush
Posts: 129
Default zone with perl enabled error compile

i can compile a 60dr2 source with no perl enabled, but i'm getting the following error when i try to compile a perl enabled binary:


TCPConnection.cpp
timer.cpp
Linking...
embperl.obj : error LNK2001: unresolved external symbol _boot_quest
net.obj : error LNK2001: unresolved external symbol "public: __thiscall PerlXSParser::PerlXSParser(void)" (??0PerlXSParser@@QAE@XZ)
Zone___Win32_pperl/Zone.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

Zone.exe - 3 error(s), 1 warning(s)

I am trying to compile with visual c++ 6 and i followed the tutorial http://eqemulator.net/forums/viewtop...ad5148cc8d94fa
Reply With Quote