View Single Post
  #289  
Old 01-30-2012, 12:08 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Here are the errors from your output:

Code:
2>.\EQWParser.cpp(116) : error C2106: '=' : left operand must be l-value
2>.\EQWParser.cpp(123) : error C2106: '=' : left operand must be l-value
2>World - 2 error(s), 1 warning(s)
3>.\embperl.cpp(161) : error C2106: '=' : left operand must be l-value
3>.\embperl.cpp(168) : error C2106: '=' : left operand must be l-value
3>Zone - 2 error(s), 0 warning(s)
These are the same errors reported by FirestormXL on the previous page of this same thread. Look at his post and the post from lerxst2112 that helped him resolve it.

Quote:
Originally Posted by lerxst2112 View Post
If you're using Visual Studio 2010 then install Perl 5.14.

If you're using Visual Studio 2008 install Perl 5.10 or 5.12.

If you install Perl 5.12 you'll need to find the two places in the code that reference perl510.lib and change them to perl512.lib.
Make sure you are using the appropriate server.sln file for the version of VS you are running.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote