zlib-ng / minizip-ng

Fork of the popular zip manipulation library found in the zlib distribution.
Other
1.25k stars 434 forks source link

Unresolved external symbol error with 4.0.7 #796

Closed bhavyajn7599 closed 1 month ago

bhavyajn7599 commented 3 months ago

I am trying to compile Minizip 4.0.7 for Windows platform and after compilation I am using libminizip.lib in my project but I am getting unresolved external symbol error for _ONcrc32 image

I have linked zlib library but still this error is coming up. Can you help me with this?