Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile shared library (dll) on Windows. #1118

Open
mgautierfr opened this issue Sep 2, 2024 · 0 comments
Open

Compile shared library (dll) on Windows. #1118

mgautierfr opened this issue Sep 2, 2024 · 0 comments
Milestone

Comments

@mgautierfr
Copy link
Member

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 openzim/libzim#930 as we will face the same issue than on libzim.

@kelson42 kelson42 added this to the 14.1.0 milestone Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants