View Single Post
  #335  
Old 07-22-2012, 09:15 PM
SavageFlame
Fire Beetle
 
Join Date: Feb 2012
Location: The USA
Posts: 19
Default

Quote:
Originally Posted by lerxst2112 View Post
You are not linking zlib.lib. Check your linker directories and settings.
Not sure if I understood correctly...

My Include Directories are C:\mysql\include;C:\perl2\lib\CORE;C:\zlib\include ;$(IncludePath)

and My Library Directories are C:\mysql\lib\opt;C:\perl2\lib\CORE;C:\zlib\lib;$(L ibraryPath)
Not sure why but when looking at the above Library path it shows a space between the L and the ibraryPath, there isn't one on my paths just so ya know =D

Is that what you mean?

Oh and also in my zlib/lib folder there isn't a zlib.lib.. there is a zdll.lib and a zlib.def I think those are the right ones?
Reply With Quote