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