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) libraries.
It depends, but in general, the short answer is no -- you need to turn your app into a Winelib app.