http://bugs.winehq.org/show_bug.cgi?id=7929
------- Additional Comments From gwydion.dot@morrigan.ch 2007-04-07 01:46 ------- Hi
I've created some code this weekend, both solution are not very easy. ;-) A big problem is, I don't understand the wine-site fully...
At the end, the helper process must wise wine with the broadcast, right?
[Broadcast] <--> [helper process] <--> [wine]
Broadcast is sent to all in the network, thats clear. Now, what I've not realized was, that there are mutch mutch broadcasts.
The trick I want to use is, each boradcast has the information about the app. Now, the helper process must know which broadcast wine is sending and when he got this information, he filter the other broadcast for this app.
The problem now is, I need a gateway to wine. A function where speak with the helper process. Here I need help, don't know mutch about the wine source.
I'll post the interface of the helper process later and how both shall speak with each other.