Results 1 to 5 of 5

Thread: how do i replace a DLL program?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Posts
    130
    goodday everybody...

    well, i wrote a exe program and a dll program. the exe program will use the dll program.
    this is my problem...
    i recompile the dll program and replace the old dll program.
    now, when i try to run the exe program, an error msg will appear. sorry, i don't quite remember the msg. it got something to do with ActiveX component or object.

    question:
    can't i just copy and replace the dll program in the hope that the exe program will 'adjust' itself?
    if yes, how should i do it so that i don't need to recompile the exe program all over again, which is what i'm doing now?

    your help and advice will be most appreciated...

  2. #2
    Guest
    serihy, under the project menu select properties, hit the component tab, and click the binary compatibilty radio button and then recompile your dll, that should solve your problem.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Posts
    130
    thanks for your help, madworm...
    i'll try it...

    btw, i just remember the error msg..
    it goes something like this...

    "Error 430
    Class doesn't support Automation....."

    hope this can help you understand my problem better...
    thanks

  4. #4
    Guest
    Yep, that error confirms what I said!!

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    Posts
    130
    thanks a lot, madworm...
    you have been most helpful...

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