Re: Load a .so from a Windows binary using Wine

2004-05-13 Thread Mike Hearn
On Thu, 13 May 2004 09:05:34 +0300, Shachar Shemesh wrote: > Only winelib apps can technically call a native so, so calling your > library directly from the PE is impossible without either employing a > proxy, or implementing the linux loader yourself. You could add a new Wine DLL which simply e

Re: Load a .so from a Windows binary using Wine

2004-05-12 Thread Shachar Shemesh
Raghavan Gurumurthy 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? Thanks in advance, Raghavan Write a proxy DLL that exports the functions in PE format, maps the arguments and calling conve

Re: Load a .so from a Windows binary using Wine

2004-05-12 Thread Tim Hentenaar
On Wed, 12 May 2004 21:56:55 -0700 Raghavan Gurumurthy <[EMAIL PROTECTED]> 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 libr

Load a .so from a Windows binary using Wine

2004-05-12 Thread Raghavan Gurumurthy
Title: Load a .so from a Windows binary using Wine 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?   Thanks in advance, Raghavan