Am 17.01.2016 um 22:12 schrieb Robert M. Münch:

On 2016-01-17 10:20:23 +0000, Snke Ludwig said:

Nice. What do you mean by extended event loop? Using the "win32"
configuration, it handles GUI events out of the box.

By "extended" I mean that, to link a GUI window to the hidden message
window of vibe it was necessary to get access to the hwnd of the mssages
windows, so I can use it as partent window handle. Otherwise the events
won't flow from the GUI to the hidden message window for futher processing.

So, for me it was not possible to open a GUI window right out of the box.

Hum, the message window only really needs to process the messages that
are directly sent to it, namely the WM_USER_SIGNAL and
WM_USER_SOCKET messages. Did those somehow not reach the window once
you added your own? I never had issues so far.