View Single Post
  #9  
Old 09-21-2010, 05:32 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by So_1337 View Post
Having cleared out XAMPP's Perl directory, I've installed the ActivePerl version of 5.10.1.2007. I'm compiling now, we'll see if that makes any difference. Even after installing XAMPP I was having trouble getting the PPM to launch from a command prompt. No trouble this time around.

I'll report back.
You need to reference perl the same way you did with your SQL libraries.

Quote from : http://www.eqemulator.net/wiki/wikka.php?wakka=VS2008

Quote:
5) Update your Microsoft Visual C+(+) 2008 Express Edition directories.
Using Microsoft Visual C+(+) 2008 Express Edition:
- from the menu bar select:
'Tools/Options/Projects and Solutions/VC+(+) directories'
and add the following directories using the dropdown "Show directories for" box:

Include files: C:\mysql\include
Include files: C:\perl\lib\CORE
Include files: C:\zlib\include
Library files: C:\mysql\lib\opt
Library files: C:\perl\lib\CORE
Library files: C:\zlib\lib
Reply With Quote