SourcePro Core : Essential Tools Module User's Guide : Common Mistakes : Match Memory Models and Other Qualifiers
Match Memory Models and Other Qualifiers
When it comes time to link your program to the Rogue Wave library, make sure that all the following match: qualifiers, compilation “mode” macros, the choice to use (or not use) shared libraries, and memory models. In general, make sure the libraries being linked are compatible with the settings used to build the SourcePro libraries, as defined by the command line macro _RWCONFIG. For more information on this macro, see Chapter 1, “The Basics,” in Rogue Wave Component Builder (RCB): Building Your Applications.
Failure to meet these conditions will result in the linker emitting errors such as “undefined external reference”, or unexpected runtime behavior.