Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why does my program ask for borlndmm.dll? 1

Status
Not open for further replies.

WAsteR42

Programmer
Aug 14, 2000
5
SE
Why does my program ask for borlndmm.dll?<br>How to include it?<br><br>(I use Builder 3)
 
[tab]Is it asking for it when you compile or when you move the executable to another machine and run it?

[tab]borlndmm.dll is a dynamic DLL. If your program is asking for this file when you move the executable to another machine and run it, you need to go to Project->Options->Linker and uncheck &quot;Use dynamic RTL.&quot; You may also need to go to the Packages tab and uncheck &quot;Build with runtime packages.&quot; Unchecking these options increases the size of your program but reduces the number of external files you must include with your program.

[tab]If it is asking you for this file when you compile, then the DLL may have been trashed somehow and you will have to re-install it.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top