How to write a COM server in raw C?

Posted by smwikipedia on Stack Overflow See other posts from Stack Overflow or by smwikipedia
Published on 2010-06-10T10:48:16Z Indexed on 2010/06/10 10:53 UTC
Read the original article Hit count: 256

Filed under:
|

I am studying COM. I think the best way to get a thorough understanding of COM is write one without any COM framework such as ATL. I have written a COM server in raw C++, and now I want to write one in plain raw C. How could I do this? Is there any tutorial?

Many thanks.

© Stack Overflow or respective owner

Related posts about c

    Related posts about com