Use One DLL in preference to Another? (* !RESOLVED! *)
Hi All,
Does anybody know of a way in VB to use one DLL in preference to another?
I.E. There is a version of MyExample.DLL on the PC, registered etc and sitting in "C:\WINNT\System32".
Now I Install my application and put another version of the MyExample.DLL in the same dirtectory as the EXE, but I don't register it...
Is there anyway to get my EXE to use the "local" version of the DLL, rather than the one in "C:\WINNT\System32"?
I know this is possible in other languages, just not sure about vb?