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.
|