libkiwix icon indicating copy to clipboard operation
libkiwix copied to clipboard

Compile shared library (dll) on Windows.

Open mgautierfr opened this issue 1 year ago • 0 comments

Currently we don't export any symbol in the dll (through __declspec(dllexport) or .def file). So we cannot create a dll and we can only do a static library.

See https://github.com/openzim/libzim/issues/930 as we will face the same issue than on libzim.

mgautierfr avatar Sep 02 '24 16:09 mgautierfr