
Johan Nilsson wrote:
"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).
Of course ;) But IMO that complicates things - usually unnecessary. I have yet to see a compeling example (reason) for doing such a thing. Best, John -- John Torjo Freelancer -- john@torjo.com Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/ -- v1.3beta released - check out splitter/simple_viewer, a File Explorer/Viewer all in about 200 lines of code! Professional Logging Solution for FREE -- http://www.torjo.com/code/logging.zip (logging - C++) -- http://www.torjo.com/logview/ (viewing/filtering - Win32) -- http://www.torjo.com/logbreak/ (debugging - Win32)