13 May
2004
13 May
'04
5:02 a.m.
On Wed, 12 May 2004 21:56:55 -0700 Raghavan Gurumurthy <raghavan.gurumurthy(a)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