View Single Post
  #2  
Old 10-18-2011, 11:09 AM
kedobin
Sarnak
 
Join Date: Oct 2004
Posts: 30
Default

That's because the version of world.exe you're running was compiled using Perl 5.12. You have 2 options:
1. Download/install Perl 5.12
--OR--
2. Download source, search the project for instances of 'perl512.lib', change to 'perl510.lib', and compile. I searched an older source, but I found 2 files with this reference in World\EQWParser.cpp and Zone\embperl.cpp, both obviously in my eqemu source folder.
Reply With Quote