[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 "Use dynamic RTL." You may also need to go to the Packages tab and uncheck "Build with runtime packages." 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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.