PDA

View Full Version : zone with perl enabled error compile


bushman77
12-29-2004, 01:46 PM
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/viewtopic.php?t=16778&start=0&postdays=0&postorder =asc&highlight=&sid=e0aaa2b0c5544bd054ad5148cc8d94 fa

Cisyouc
12-29-2004, 06:10 PM
Make sure you have ALL .cpp/.h files in the zone workspace that start with the word 'perl'.