View Single Post
  #402  
Old 09-04-2012, 09:10 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Dylan1994 View Post
Yeah I am using Visual C++ 2008, but alright time to figure this out.
You can do as Lerxst suggested, wait for someone to fix the Visual Studio 2008 compile or use Visual Studio 2010.

http://www.eqemulator.org/forums/showthread.php?t=35722

I may not be able to get to it right away. But the reason why compiles 'broke' is because in World and Zone, there was pragma comments in the source telling the Windows compiler (VS) to use perl510.lib from the includes based on the toolset you were using. It makes more sense just to set them in the compiler rather than in the source considering Linux and Windows both use the same thing. Also, people use different version of Perl so you might as well let people set it in the compiler instead of in the source.
Reply With Quote