Using SourcePro Components
To use a Rogue Wave class, simply include its header file in your application. SourcePro header files are organized in the buildspace as shown below:
 
buildspace
...
rw // global Essential Tools Module header files
db // DB Core header files
mysrc // MySQL header files
pgssrc // PostgreSQL header files
tools // Essential Tools Module header files
The #include directives for all SourcePro components must contain the path to each header file from the rw directory. For example:
#include <rw/cstring.h>
#include <rw/db/table.h>