Question Dll for COM

mandu

New member
Joined
Jun 3, 2010
Messages
2
Programming Experience
10+
I have to develop a dll calling from an exe module with COM.

The module's requests are these:
- to use public method of my dll without instantiation of the class
- public method of my dll are static method

How can i develop these dll?

Thank you
 
Back
Top