What is COM?

Started by
1 comment, last by Elite19 20 years, 6 months ago
Hi, I would like to learn directx and i have heard in a lot of places it is all about com. I use c# and i just d/l the managed directx sdk and the first paragrah says that managed dx got rid of com. Is com some sort of api? Do i still need to know it if i only use .net languges? Thanks in advance for any info.
--------------------------------------------------------------------- There are 10 types of people in this world, those that understand binary and those who don't.
Advertisement
Component Object Model.

gl hf
COM defines a binary specification for it''s objects that allows any language that provides pointers to functions - ie C++, to use them as the positions of the functions are set so a COM DLL made in C++ could be used in VB, it doesn''t have to recompiled for each new language - it just needs to be in a format that language can use.

This topic is closed to new replies.

Advertisement