Mega Code Archive

 
Categories / Delphi / Examples
 

Why does my program call for borlndmm dll and-or cp3245mt dll

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.