VS.NET 2003 Compile Error
I've read through the wikki and every post I can find trying to get Zone to compile, but haven't found anything that seems to help.
I'm getting the following errors. Can anyone lend a hand and help me get this working? Code:
Linking... |
Close solution
CHANGE this inside of zone.vcproj (do a search for "perl_playerCorpse.cpp" carrage returns and spaces have been removed) <File RelativePath=".\perl_PlayerCorpse.cpp"></File> to look like this in zone.proj (needed for quests to work) <File RelativePath=".\perl_perlpacket.cpp"></File> <File RelativePath=".\perl_PlayerCorpse.cpp"></File> <File RelativePath=".\perlpacket.cpp"></File> ADD to the "Common Source Files" <File RelativePath="..\common\rulesys.cpp"> </File> Open solution, properties of zone if you want better debugging set c++.preprocessor, change EQDEBUG=0 to EQDEBUG=5 for quests to work add c++,preprocessor, add these items.... ,EMBPERL,EMBPERL_PLUGIN linker, Input, "Ignore Specific Library" LIBCMT,LIBC,MSVCRT |
Finally something that worked! Thanks for the assistance with this.
|
All times are GMT -4. The time now is 05:23 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.