s, but would be a hacky approach).
Could we extend winelib to let user embed win32 window into X11 window?
--
Alexandre Bique
he systray/notification area code has to do that:
>> http://source.winehq.org/source/dlls/winex11.drv/systray.c#L620
>>
>> I don't think it can be done without modifying winex11.drv.
--
Alexandre Bique
Hi,
How could I embed a HWND window created with CreateWindow() into an X11 window?
Thanks! :-)
--
Alexandre Bique
ad, I show the window,
and the window do not catch events, is not drawn etc... I believe that
there are some issues with threads and stuff, but which one?
Thanks for the help! :)
On Fri, May 3, 2013 at 10:39 AM, Alexandre Bique
wrote:
> Hi,
>
> Thanks everybody for your help!
> I alread
tescu wrote:
>> On Wednesday 01 May 2013 10:37:38 pm Alexandre Bique wrote:
>>> Hi,
>>>
>>> I plan to write a Linux VST bridge to Windows VST. This could improve
>>> windows VST support in our native DAW.
>
> Not too long ago the FSThost and myself, we
from the linux vst and then do IPC
through tcp socket
- spawn a wine vst host process from the linux vst and then do IPC
through shared memory
- load the windows vst into the Linux process and directly call its
functions (with appropriate calling convention).
Thanks a lot!
Regards,
--
Alexandre