-
Getting started with COM
Hi Guys,
I have an assignment using COM that i obviously need to do, and i am having some trouble getting started with it. Does anyone know of a good place to start, or can someone give me some pointers to what i need? I am especially interested in how to implement IUnknown interface.
Thanx all for any help.
-
there r vast of books on COM.
if u interesting using COM with VB there is a good book "Programming Distributed Applications with COM+ and Microsoft Visual Basic 6.0", another book (intended mostly) for C++ programmers is "Essential COM" from don box.
u can also look at MSDN site, there r a lot of stuff about COM.
u may also considered moving to .NET.