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

Custom DLLs #74

Open
shayfo opened this issue Jan 15, 2020 · 2 comments
Open

Custom DLLs #74

shayfo opened this issue Jan 15, 2020 · 2 comments

Comments

@shayfo
Copy link

shayfo commented Jan 15, 2020

Does this project support loading custom DLLs to linux?

@dezmaeth
Copy link

got the same question, and a how to would be great

@chrisnew
Copy link
Contributor

What do you mean by custom DLLs? :-)

It supports loading one DLL right now. I used it once to load a DLL with > 300 exports. Depending on the complexity of your DLL, you might stub or implement WinAPI functions yourself or use portions of Wine.
However, some restructuring is required to allow loading more than one DLL.

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

3 participants