libzippp icon indicating copy to clipboard operation
libzippp copied to clipboard

Issue including into VS project.

Open Stanlyhalo opened this issue 1 year ago • 1 comments

Hey, so I ran the compile.bat file to compile to the dist folder. And than I had that copied to a better folder for my own management. I had the include additional directories point towards it and same goes with the additional library directories. I than also added the libzippp.lib to the additional dependencies. This is typically the process for all APIs I download. However, when I start it says that libzippp.dll was not found. And if I put that in the Release folder, than it says jvm.dll was not found.

Stanlyhalo avatar Aug 28 '22 04:08 Stanlyhalo

If I dig into my java bin folder and copy jvm.dll over to my project's output, I now get this error: image

Stanlyhalo avatar Aug 28 '22 04:08 Stanlyhalo

Hi @Stanlyhalo, There is nothing special with the installation of libzippp :thinking: Maybe it's something related to your install ? Would you be able to provide a simple reproducible testcase ? Thanks.

ctabin avatar Oct 31 '22 12:10 ctabin