Re: Embedding a HWND window into an X11 window

2013-08-31 Thread Alexandre Bique
s, but would be a hacky approach). Could we extend winelib to let user embed win32 window into X11 window? -- Alexandre Bique

Re: Embedding a HWND window into an X11 window

2013-08-31 Thread 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

Embedding a HWND window into an X11 window

2013-08-29 Thread Alexandre Bique
Hi, How could I embed a HWND window created with CreateWindow() into an X11 window? Thanks! :-) -- Alexandre Bique

Re: IPC between linux processes and wine processes

2013-05-12 Thread 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

Re: IPC between linux processes and wine processes

2013-05-04 Thread Alexandre Bique
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

IPC between linux processes and wine processes

2013-05-02 Thread Alexandre Bique
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