Boost logo

Boost :

From: Bohdan (gejrlaug_at_[hidden])
Date: 2003-08-05 13:24:11


"E. Gladyshev" <egladysh_at_[hidden]> wrote in message
news:20030805074855.97476.qmail_at_web40805.mail.yahoo.com...
> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk