wernerh
Mar 11th, 2003, 02:31 AM
How do I make my dll version independant.
I have 1 dll and inside that dll, I call another dll. So my question is how can I recompile my second dll and register it, without having to recompile my first dll.
My second dll is not a reference in my first dll, instead i use
createobject to set a reference to my second dll.
I have 1 dll and inside that dll, I call another dll. So my question is how can I recompile my second dll and register it, without having to recompile my first dll.
My second dll is not a reference in my first dll, instead i use
createobject to set a reference to my second dll.