"E. Gladyshev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well, how can I use boost::threads with my toy > operating system?
If you are writing application for your toy OS, you should : 1. Edit boost::thread implementation to work for your OS. 2. Edit build system to produce boost::thread library for your OS. 3. Link your toy OS applications with THIS library . Idea is simple : you are writing application for ONE OS (toy or serious) hence you don't need boost::thread implementation for more than ONE OS in ONE application. IMO, it is true for GUI library :) regards, bohdan _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost