Hi, I have a windows DLL, pretty much stand alone not dependend on any other DLL, Is there a wrapper to present the DLL functions as they where comming from a linux so file? Thanks
Answer at this stage no. Jacob Also most likely will always be that way. PE files require particular memory layouts and other things to operate. http://wiki.winehq.org/WinePluginApi Is a project that is outstanding. If this was implemented this would provide a rough path.