Quote:
Originally Posted by lerxst2112
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?