Discussion:
Wrapping COM server dll
(too old to reply)
Janiv Ratson
2006-04-04 15:34:52 UTC
Permalink
Hello,
I have an MDI application.
I have a COM server dll that provides me with my application security.
I want to create a C++ class to wrap the COM server dll functions.
How do I do it ?
Thanks,
Janiv Ratson.
Ajay Kalra
2006-04-04 14:57:23 UTC
Permalink
This is no different than writing any C++ class. The fact that you are
wrapping a COM server does not have impact. Are you asking how to use
the COM server?

---
Ajay
r***@pen_fact.com
2006-04-04 22:11:54 UTC
Permalink
Post by Janiv Ratson
Hello,
I have an MDI application.
I have a COM server dll that provides me with my application security.
I want to create a C++ class to wrap the COM server dll functions.
How do I do it ?
This might be helpful:
http://www.codeproject.com/com/com_in_c1.asp
Post by Janiv Ratson
Thanks,
Janiv Ratson.
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

Continue reading on narkive:
Loading...