UrbaneRove
Programmer
Hello there,
I have been writing VBA for 3years and vb for 1. I am starting to write reusable class modules and I would like to set them up into ActiveX dll so that I can load the functionallity with out loading the actual code.
My Problem:
I have a Encryption class module, I know there is a lot out there but I like to use mine, of which accepts a string and will return the encrypted string. It also use a Byref to jsut change the string to an encrypted string. When I take the VB6 code and try to encapsilate it into a activeX DLL I get errors using it.
I load the reference fine. The development environment find the dll and it's public events, functions and variables. But when I try and call them I get a "430" error (Class does not support Automation). What am I missing?
Thank you for any help.
Urbane Rove
I have been writing VBA for 3years and vb for 1. I am starting to write reusable class modules and I would like to set them up into ActiveX dll so that I can load the functionallity with out loading the actual code.
My Problem:
I have a Encryption class module, I know there is a lot out there but I like to use mine, of which accepts a string and will return the encrypted string. It also use a Byref to jsut change the string to an encrypted string. When I take the VB6 code and try to encapsilate it into a activeX DLL I get errors using it.
I load the reference fine. The development environment find the dll and it's public events, functions and variables. But when I try and call them I get a "430" error (Class does not support Automation). What am I missing?
Thank you for any help.
Urbane Rove