Petr Tomasek <[EMAIL PROTECTED]> writes:
> Just an question: Is it possible to run a unix (elf) program
> from wine, that (beeing linked to WineLib) would communicate
> directly with the wineserver of the original wine session?
Yes; all Wine and Winelib apps started by the same user connect to the
same server. What is still missing is for the Winelib app to properly
communicate with its parent process (to inherit handles, fetch startup
info, etc.); at the moment starting a Winelib app from inside Wine
behaves just like starting it directly from the command-line.
--
Alexandre Julliard
[EMAIL PROTECTED]