I'm using libzip but I can't even use it. I'd like to create a new zip file.
zip_open("/path/to/my.zip", ZIP_CREATE, &err)
gives me this error code : -858993460
I compiled zlib and then libzip myself successfully (since I get no error) for both debug and release in Visual Studio. I followed instructions from this link.
What do I miss?