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

Add Support for DLL Exportable Functions #194

Open
yesilcimenahmet opened this issue Dec 20, 2024 · 1 comment
Open

Add Support for DLL Exportable Functions #194

yesilcimenahmet opened this issue Dec 20, 2024 · 1 comment

Comments

@yesilcimenahmet
Copy link

Thank you for your excellent work on fpng. I have been using the library in my project and found it to be extremely efficient. However, I have a specific use case where I need to compile fpng as a DLL (shared library) with some functions exported for use in external applications (e.g., Delphi).

Currently, while attempting to adapt the library for this purpose, I noticed that the library doesn't provide a straightforward way to export functions like fpng_encode_image_to_memory or similar. This makes it challenging to dynamically link the library in projects where a DLL-based architecture is preferred.

@lvandeve
Copy link
Owner

This is actually the lodepng github repo instead of the fpng one, probably you meant to open it there :)

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