Re: registering Activex dll
Welcome to the forums. :wave:
A Dll must be registered to be used.
Compiling your Dll should register it for you.
Your installation and setup package should register it on any client machines on which it is installed.
Re: registering Activex dll
Great. So after compiling my dll it should automatically be registered and I can then access it no problem, correct?
Re: registering Activex dll
Quote:
Originally Posted by FastEddyMagoo
Great. So after compiling my dll it should automatically be registered and I can then access it no problem, correct?
In theory, yes, that is correct.
Re: registering Activex dll
if you want to register a dll on another machine you can use a batch file
to register the dll. and unregister it(I have a example at home if need one).
You can also do it mannually using regsrvr
Note: do not delete a dll before you unregister it