Link to home
Start Free TrialLog in
Avatar of inethog
inethog

asked on

ActiveX DLL Question

 I've written an ActiveX DLL using Visual Basic 6 and I've included this DLL into my current project.

  But when I make changes to my DLL and try to start up my project EXE, I get an automation error "Object doesn't support... blah blah blah".

  How do I get around this?  I've only changed the "internals" of the functions that I call from my DLL and NOT the number/type of parameters that are passed.

Thanks.

Inethog.
Avatar of kanithi
kanithi

Can you post the code where exactly you are expecting the error.
May be some syntax errors.
ASKER CERTIFIED SOLUTION
Avatar of SimonRodan
SimonRodan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of inethog

ASKER

Yup, that did the trick,

Thanks.