View Single Post
  #11  
Old 09-04-2012, 07:03 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Are you using Visual Studio 2008? If so, the recent changes broke that compile. You need to add whichever perl library you're using to the Linker->Input->Additional Dependencies line in both the Zone and World projects. Another alternative is to just add the #pragma comment( lib, "perlxxx.lib" ) lines that were removed back.
Reply With Quote