Jul 8, 2003 #1 769170 Programmer Jul 8, 2003 1 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 Jan 13, 2003 161 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