Boost logo

Boost-Build :

From: Martin Fuchs (gclbb-jamboost_at_[hidden])
Date: 2003-06-05 04:32:31


Hi Vladimir,

> Thanks, I understand the picture. I'm guess we'd still need to extract the
set
> of languages somehow (e.g. to support "clean"). Hmm... GNU gettext is a
bit
> simpler ;-)

In windows there's also the more simpler way to include strings directly
into resource files. This way you call LoadString() to read them into your
program. But that's not as flexible as using message files and calling
FormatString(). With this you can use format like this one: (They may seem a
bit cryptic ;-)

reloading running job %1!d!: '%2'.

And if you want to write a program, which stores messages in the windows
system log, like Windows NT Service programs, you are forced to use the
message compiler.

--
Martin Fuchs
martin-fuchs_at_[hidden]
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk