I amtrying to create a library of functions (activex dll's
globalmultiuse) to be used across several applications. The problem
is:
I have functions that are in a class module--which are called from
other applications. I also have other classes within my library which
will need to call these functions, but of course, they are in a
different class. I hate to instantiate an object just to call a
particular function and I don't want to put the same functions in a
standars module.
Basically I want to expose the functions externally and internally.