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?
Printable View
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?
Just like with anything else, your changes won't be reflected until you recompile and redistribute.
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?
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...