|
Science Forum Index » Compression Forum » Linking to zlibstat.lib and still unresolved functions
Page 1 of 1
|
| Author |
Message |
| longshot |
Posted: Mon Feb 07, 2005 8:21 am |
|
|
|
Guest
|
I am using MSVC 6.0.
In my build settings, i added zlibstat.lib and added zlibstat.lib to the
msvc lib directory.
But i still get :
error LNK2001: unresolved external symbol _compress
Can anyone help me out here? |
|
|
| Back to top |
|
| longshot |
Posted: Mon Feb 07, 2005 4:27 pm |
|
|
|
Guest
|
I dumped the idear of linking to zlinstat.lib and instead linked the
zlib-source directly to mine.
after removing the line :
//# include <unistd.h> /* for SEEK_* and off_t */
from the zconf.h, it worked just fine without dll.
"longshot" <a@ladidadi.nl> wrote in message
news:42076b99$0$51294$d5255a0c@news.wanadoo.nl...
Quote: I am using MSVC 6.0.
In my build settings, i added zlibstat.lib and added zlibstat.lib to the
msvc lib directory.
But i still get :
error LNK2001: unresolved external symbol _compress
Can anyone help me out here?
|
|
|
| Back to top |
|
| |