Results 1 to 3 of 3

Thread: Updating DLL´s

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2001
    Location
    Mexico
    Posts
    33

    Updating DLL´s

    Hello, i wrote an app that uses 1 .EXE and 2 ActiveX DLL s,
    later i rewrote a few functions on one of the Dlls so itll be faster,
    i have allready distributed my app to a few people.

    how in GODS name do i "install" the new DLL on my users machine whitout having my app users uninstall and reinstall the entire app with the "fixed" dll?
    if i just overwrite the old dll with the new one, then the app wont work at all! it will just "Beep" when i try to run it!

    is there a way to just "install" the new DLL into the app without having to reinstall the entire thing?

    NOTE: keeping compatibility in mind i kept all public properties, subs, datatypes,etc. the same on both Dlls (old & new ones)
    but it wont work anyway.
    please help.

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    I think the problem is that u have not checked the Binary Compatibility option in the dll projects properties.

    If u don't do that before compiling, u have to recompile the exe aswell and distribute it with the dlls.
    -= a peet post =-

  3. #3
    swb76
    Guest
    it depends on how the DLLs are registered. If you are using COM+ to install and register the DLL, my advise would be to delete the DLL in the Components window and drag them back again so as to re-register them. But as mentioned by an earlier post, you HAVE to use binary compatibility while creating those DLLs.

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