Hi! I used Delphi5 and compile a project.
I copy the resulted .exe file and the .DLL(from another project) file with it to another computer. The other computer popup an message that:
"The dynamic link library borlndmn.dll could be found in the specified path....."
I don't want tho copy all the .DLL files. How can I make a hard link to avoid it?
Thank you!