Click to See Complete Forum and Search --> : How to use a Registerable COM in c


Revolution
April 2nd, 2008, 08:31 AM
Hello Gurus,

I have written a Registerable dll(COM), Now I want to use / call the functions from the registerable component. How can i call the functions from the registerable component in c/c++.



Thanks N Advance,
Revolution.

ahoodin
April 2nd, 2008, 08:55 AM
CG has a variety of simple tutorials on the matter:
http://www.codeguru.com/cpp/com-tech/atl/
http://www.codeguru.com/cpp/com-tech/atl/tutorials/article.php/c17/

HTH,