| Programming C# C++ (7) Delphi (618) .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) Java (8) JavaScript (30) perl (9) php (4) VBScript (1) Visual Basic (1) |
Why does my program call for borlndmm.dll and/or cp3245mt.dll?
(3 votes). Leave comments and/ or rate it.
Question: Why does my program call for borlndmm.dll and/or cp3245mt.dll?Answer: borlndmm.dll and cp3245mt.dll are dynamic RTL DLLs. To statically link these files to your program so your program does not depend upon these, go to your project or compiler options page. Click on the linker tab and unclick the "Use dynamic RTL" option.Comments:
|