Like compiler flags, system libraries are subject to change at any time and entirely beyond Rogue Wave's control. So again we offer only a few general rules to follow. For detailed information on system libraries, see the product-specific build guides and the documentation for your system and compiler.
With MSVC, you must link to user32.lib when building the Tools.h++ library and any libraries or applications that depend on Tools.h++. This applies to both GUI and console applications. Tools.h++ relies on this library for reporting errors.
Among the other MSVC libraries that may be required are wsock32.lib when using the Tools.h++ Professional int and net libraries, and itm.lib or itmi.lib with Orbix applications.
With the Borland compiler, link libraries do not need to be specified on the command line if they are located as specified in the file bcc32.cfg. Otherwise, the locations must be specified with the -L flag.
Among the system libraries that may be required with the Borland compiler are import32.lib and cw32mti.lib.
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.