Boost logo

Boost Users :

From: Tom Matelich (tmatelich_at_[hidden])
Date: 2002-12-12 09:53:38


> I don't really need this "no errors detected" message. Looking into
> code I found a way to turn it off -- I have to define an environment
> variable.
> I have a way to control this behavior. This is good. Bad news though
> that the way to control is quite an awkward one. I would like to
> have some internal control, probably overwritable via environment
> variable.

In case you hadn't though of this workaround:

if(getenv("VAR") == 0)
        putenv("VAR=defaultvalue");

Not to say a programmatic method is not worthwhile.

-----------------------------------------------------------------------
DISCLAIMER: Information contained in this message and/or
attachment(s) may contain confidential information of Zetec, Inc.
If you have received this transmission in error, please notify
the sender by return email.
-----------------------------------------------------------------------


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net