View Single Post
  #4  
Old 04-13-2008, 02:22 AM
Bulle
Hill Giant
 
Join Date: Jan 2008
Posts: 102
Default

I ran a quick grep and I could only find two references to the library in the code, as #pragmas (which is nice). Someone with 5.10 installed may want to try changing those two settings and check whether EQEmu still runs with the new version ?

world/EQWParser.cpp
zone/embperl.cpp

#ifdef WIN32
#pragma comment(lib, "perl58.lib")
#endif

Or I will tell you once Gentoo automagically upgrades my Linux server to 5.10 ! This pragma only matters for Windows it seems.

Last edited by Bulle; 04-13-2008 at 10:23 AM.. Reason: Typo
Reply With Quote