*** WARNING - This post may cause: Confusion, SOTS (Sudden Onset Tourette's Syndrome, the involuntary flipping of furniture and the urge to cause physical harm to Uleat! - READ AT YOUR OWN RISK ***
I personally don't copy the zlib1.dll to \win\sys\, instead I add ";C:\zlib" to the window's environment variable 'Path.'
I also create two additional variables: EQEMU_Inc & EQEmu_Lib
EQEmu_Inc = "C:\mysql\include;C:\perl\lib\CORE;C:\zlib\include "
EQEmu_Lib = "C:\mysql\lib\opt;C:\perl\lib\CORE;C:\zlib\lib "
Then, just add $EQEmu_xxx to the appropriate Include and Library references.
This makes it a little easier when a change is needed as well as not having to update the VS9 IDE Reference Settings and VS10 Project Settings whenever a change occurs..just update the environmental variables.
Since the zlib references are now included in SVN Trunk, I'm not sure if it's runtime is even needed any longer..though the references would should point to the correct trunk directory.
|