Load a .so from a Windows binary using Wine

Tim Hentenaar tth at one.net
Thu May 13 00:02:13 CDT 2004


On Wed, 12 May 2004 21:56:55 -0700
Raghavan Gurumurthy <raghavan.gurumurthy at guptaworldwide.com> wrote:

> I have a Windows GUI application that runs on Wine (not Winelib). Now i want
> to use that code to load a native Linux .so - how can i do this? 

Howso? I don't think wine has support for loading native shared libraries from windows apps. You'd have to write code to load the library (in the ELF format), map it into memory, etc.

HTH,

Tim



More information about the wine-devel mailing list