Unless you specifically request otherwise, the DBTools.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.
The core library location is:
<rw_root>\parts\dbt<ver><osfam>\source\src
For example, for DBTools.h++ 4.0.1 built on a Windows system, the source file location would be:
<rw_root>\parts\dbt0401w\source\src
The access library locations are:
<rw_root>\parts\<libtype><ver><osfam>\source\src
For example, for the DBTools.h++ 4.0.1 Informix access library built on a Windows system, the source file location would be:
<rw_root>\parts\inf0401w\source\src
Section 2.2 lists each supported access library and its <libtype>.
If you do request that the source files be exported to the workspace, the core and access library files would be copied to:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype>
\buildloc\<libtype><ver><osfam>
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.