Dynamic-link Libraries

From RAD Studio
Jump to: navigation, search

Go Up to C Run-Time Library Reference

The dynamic-link library (DLL) versions of the run-time library are installed in the \bin subdirectory of your product installation.

The file names are listed below, indicating whether they are multithreaded:

Directory: BIN:

File Name Use

cc32XXX.DLL

32-bit, single-threaded

cc32XXXmt.DLL

32-bit, multithreaded

Note: For 64-bit installations, the library names use '64', such as cc64XXX.DLL

XX in file names defines the C++Builder version with which this DLL is intended to be used.

For example, for C++Builder XE, XXX = 110 and cc32XX.DLL is cc32110.DLL.

For C++Builder XE3, the versions are cc32130.dll and cc32130mt.dll.


See Also