At 01:54 PM 11/1/2005, Marcus Meissner wrote:
<snip>
Running two "wine foo.exe" will act as if on the same machine, including interchange of windows messages if the apps do that.
Ciao, Marcus
So I could create 2 wine apps that simply duplicate the window creation and message handling , and have them use FindWindow and the like to enable using SendMessage and such to synchronize the windows?
If so, that would MUCH simpler than the method I had started formulating.