loadlibrary
loadlibrary copied to clipboard
Custom DLLs
Does this project support loading custom DLLs to linux?
got the same question, and a how to would be great
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.