Re: Building a wine(lib) based shared library to link with a Linuxapplication

2003-08-27 Thread Dimitrie O. Paun
On Wed, 27 Aug 2003, Louis wrote: Is it possible with wine(lib) to buuild a library (preferably shared) that I can link with an ordinary Linux program, so that it becomes possible to call the function ShowBox from the Linux program. Possibly requiring to link additional wine(lib)

Re: Building a wine(lib) based shared library to link with a Linuxapplication

2003-08-27 Thread Boaz Harrosh
could that mydll.so below dynamically pull the calling process to be a winelib app with out the original app being involved? Lets say that mydll imposes an Init(..) API. Than at that point wine is pulled in. couldn't that be done? how does CodeWeavers do it in the mozilla plug-ins than? mozilla