-
Am I correct in assuming that if I put some common functions in an ActiveX DLL and it is installed along with my application on another machine, I can alter one of the functions in the DLL (on my machine), and I will only have to copy across the DLL to the other machine rather than install the whole application again?
-
Don't worry, I was leading up to another question, but it all works ok now.
Whenever I updated the DLL my exe would not work with it, but I realised when I was compiling the DLL I was using Project Compatibility instead of Binary Compatibility.
[Edited by Stevie on 09-27-2000 at 10:02 AM]