On Mar 15, 10:23 am, nos...@haneke.de (Elmar Haneke)
wrote:> how can i make an cover to use an Win32-DLL be callable as an
> Linux-Shared-Library (it should be called from within Mono).
>
> I managed to man an Linux-"executable" by using winegcc,
> the DLL seems to load fine.
>
> How can I make an .so file to export functions from the DLL to my
> Mono-Application?
Use the Windows version of Mono and run it under Wine.
It's not well supported yet, but it's the only route that
has a chance of working in the next year or so.
- Dan