Unless you specifically request otherwise, the Tools.h++ source files do not get copied to the Rogue Wave workspace at the end of the build process. Instead they are left in the parts directory structure:
<rw_root>\parts\tls<ver><osfam>\source\src
For example, for Tools.h++ 7.1.0 built on a Windows system, the source file location would be:
<rw_root>\parts\tls0710w\source\src
You may be required to provide this library source file location to your debugger when you debug your programs. If you do request that the source files be exported to the workspace, they would be copied to:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype> \buildloc\tls<ver><osfam>
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.