View Single Post
  #9  
Old 09-05-2012, 07:41 PM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Ran into it earlier, if you already have perl 5.12 installed you can change cop.h until its added to the svn.
#include "mydtrace.h" --> #include "c:/perl/lib/core/mydtrace.h"
I just changed world and zone Additional Dependencies perl512.lib to point to my install and it compiled fine.

or you can copy mydtrace.h to source\trunk\EQEmuServer\perl_x86\CORE and it may/may not work from there. My second compile doing that did work but you never know.
Reply With Quote