Tools.h++ libraries for Unix use this encoding scheme:
libtls<buildtype>.<ext>
Tools.h++ libraries for Windows use this encoding scheme:
tls<buildtype>.<ext>
Both of these schemes are explained in Table 7.
Code | Meaning |
lib |
Indicates that this is a library. (Unix only.) |
tls |
Indicates that this is a Tools.h++ part. |
<buildtype> |
Indicates the build type, explained in Section 2.5. |
<ext> |
Indicates the extension.
.a = static library .so, .sl, etc. = shared library, depending upon the platform |
For example, if you use a Unix compiler to build a multithreaded, static library that provides symbolic debugging and assertions, the resulting library name is:
libtls7s.a
The same library built using any compiler on Windows NT or Windows 95 is named:
tls7s.lib
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.