Results 1 to 4 of 4

Thread: Registering an ActiveX DLL

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2005
    Location
    Up State NY
    Posts
    525

    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?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Registering an ActiveX DLL

    Just like with anything else, your changes won't be reflected until you recompile and redistribute.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2005
    Location
    Up State NY
    Posts
    525

    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?

  4. #4
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    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
  •  



Click Here to Expand Forum to Full Width