--- Bohdan <[EMAIL PROTECTED]> wrote: > > "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 :) >
What is exactly wrong with my solution that doesn't have the ONE OS limitations, doesn't have any compilation time problems and supports my toy OS (or any other OS) directly (w/o editing the boost::thread implementation)? Eugene __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost