|
-
Mar 28th, 2007, 01:26 PM
#1
Thread Starter
Fanatic Member
Registering an ActiveX DLL
I can create, make and register the dll.
I use regsvr32 <location of dll> to register it. If I continue to work on the Dll, saving the code, will it reflect directly on the called DLL in the ASP code?
Can you tell I am getting frustrated?
-
Mar 28th, 2007, 01:33 PM
#2
Re: Registering an ActiveX DLL
Just like with anything else, your changes won't be reflected until you recompile and redistribute.
-
Mar 28th, 2007, 02:59 PM
#3
Thread Starter
Fanatic Member
Re: Registering an ActiveX DLL
Ok. So once the DLL is registered, I can make changes to the core DLL code, save & recomplile, but not need to re-reg the dll?
-
Mar 29th, 2007, 11:59 PM
#4
Re: Registering an ActiveX DLL
I hope you have to unregister and re-register the dll to effect, whenever you re-compile your dll windows give you a different id, and that has to be registered with the system to refer/call from other programs...
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|