Lecrapouille / zipper

[Lib][Version 2.1.0][Functional] C++ wrapper around minizip compression library
MIT License
66 stars 13 forks source link

Compile failed! #12

Closed dangdkhanh closed 5 months ago

dangdkhanh commented 5 months ago

I can't use this repo on vs2022, it can compile but the generated library can't link, it seems like it's not ready yet!

image

Lecrapouille commented 5 months ago

Hi, you did not give lot of information. Anyway, do you compile correct files and defines ? See https://github.com/Lecrapouille/zipper/blob/16ebfebb25b1fc79f405d53326570fca2365d910/Makefile#L40

https://github.com/Lecrapouille/zipper/blob/16ebfebb25b1fc79f405d53326570fca2365d910/Makefile#L42

https://github.com/Lecrapouille/zipper/blob/16ebfebb25b1fc79f405d53326570fca2365d910/Makefile#L51

dangdkhanh commented 5 months ago

Hi, Thank you. clearly I was missing them.

Lecrapouille commented 5 months ago

If it's working for you, would be nice to create a pull request since i'm not a windows user it's hard for me to give build system for other users.

Lecrapouille commented 5 months ago

@dangdkhanh I'm still interesting by your vs2022 build files, if you agree to share them :)