Rogue Wave banner
Previous fileTop of DocumentContentsNext file

4.3 Include Path

You must specify the include path in all your project files if you're using an IDE, and in any other relevant scripts or files that contain path information. In addition, you must be sure to use the proper path if you run your compiler from the command line.

The include path for Threads.h++ header files is:

For example, for MSVC 6.0 on NT 4.0 with build type 7s:


NOTE: UNIX users: In the include path, the operating system and compiler mnemonics must be UPPERCASE.

Appendix A lists the mnemonics for all the compilers and operating systems that Rogue Wave certifies. SPM appends version numbers to the mnemonics for your compiler and operating system. Section 2.5 explains buildtype information.

Note that Threads.h++ header files are specified with a leading rw/package. For example, the RWTMonitor header file is included in source as:

This convention avoids potential naming conflicts with similarly named header files from other libraries. The rw/package indicates that the header file is part of the Threads.h++ set of libraries.

This means that the include path that you specify for your compiler will look something like this:

and not like this:


Previous fileTop of DocumentContentsNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.