Jul 8, 2003 #1 769170 Programmer Joined Jul 8, 2003 Messages 1 Location US Hi there, Could someone please show me how to copy or replace a running *.dll file in code? Thanks alot!
Hi there, Could someone please show me how to copy or replace a running *.dll file in code? Thanks alot!
Jul 8, 2003 #2 richardchaven Programmer Joined Jan 13, 2003 Messages 161 Location US I've done running EXE files. I just use DeleteFile(Application.EXEName). It does not seem sensible, but it does work (as long as the EXE is not a COM server). Have you tried with a DLL? Cheers Upvote 0 Downvote
I've done running EXE files. I just use DeleteFile(Application.EXEName). It does not seem sensible, but it does work (as long as the EXE is not a COM server). Have you tried with a DLL? Cheers