
19 Aug
2004
19 Aug
'04
7:17 a.m.
"John Torjo" <john.lists@torjo.com> wrote in message news:412445C5.3060007@torjo.com...
Then engineer the library on top of that. This would simplify x-platform development... the problem is working out the right abstraction.
Exactly! But is there any ;) ? One interesting point is: in Windows, once you create a window on a thread, you'll only receive messages in that thread.
Unless you use 'AttachThreadInput' (ref MSDN docs). // Johan