Hi
I created an ActiveX DLL and wondered about the following:
Can you not create "functional subs" in the dll's class module. I battled cause I did all my functions in the class module, but I was not able to reference (use) them in any other part of my dll. i.e ClsMOD1."Whateverfunction" is not available.
I then put all my functions in a normal module, and I could use them.....but then, when using the dll....my functions in my module would not be available.
I then creted a "wrapper", i think, in the class module that calls the appropriate function in the normal module and it worked fine...
Do I have to create "wrappers" for all the functions that I want to use..is there an easier way??
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
I created an ActiveX DLL and wondered about the following:
Can you not create "functional subs" in the dll's class module. I battled cause I did all my functions in the class module, but I was not able to reference (use) them in any other part of my dll. i.e ClsMOD1."Whateverfunction" is not available.
I then put all my functions in a normal module, and I could use them.....but then, when using the dll....my functions in my module would not be available.
I then creted a "wrapper", i think, in the class module that calls the appropriate function in the normal module and it worked fine...
Do I have to create "wrappers" for all the functions that I want to use..is there an easier way??
**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)