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?
|
|
0
|
|
|
|
Reply
|
longshot
|
2/7/2005 1:21:05 PM |
|
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...
> 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?
>
>
|
|
0
|
|
|
|
Reply
|
longshot
|
2/7/2005 9:27:42 PM
|
|