Главная страница | назад





Article #26732: How to create a windowless COM LocalServer

Question

How do I make a windowless local (.exe) COM server?

Answer

Simply remove the form's .cpp file from the project when you create it. Then add the COM objects you need. The ComModule class takes care of the support code needed to run the server when the COM Objects are created.

Last Modified: 29-JAN-01