$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (johan.nilsson_at_[hidden])
Date: 2004-08-19 02:17:43
"John Torjo" <john.lists_at_[hidden]> wrote in message
news:412445C5.3060007_at_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