Difference between COM and ATLCOM
-
Hi Gurus, What is the difference between COM and ATLCOM..? which is more powerful ??:confused: Knock out 'T' from CAN'T You 'CAN' if you think you 'CAN' :cool: -- modified at 9:00 Thursday 4th May, 2006
-
Hi Gurus, What is the difference between COM and ATLCOM..? which is more powerful ??:confused: Knock out 'T' from CAN'T You 'CAN' if you think you 'CAN' :cool: -- modified at 9:00 Thursday 4th May, 2006
-
hi, according to my understanding COM is a specification to write libraries that can be reused among languages. ATL is a Wizard or Library to create the components. there is nothing called ATLCOM. ^-^ @|@ - redCat
Do you have any idea about steps to be follow to write the COM ..? Thanks in advance. Knock out 'T' from CAN'T You 'CAN' if you think you 'CAN' :cool:
-
Hi Gurus, What is the difference between COM and ATLCOM..? which is more powerful ??:confused: Knock out 'T' from CAN'T You 'CAN' if you think you 'CAN' :cool: -- modified at 9:00 Thursday 4th May, 2006
COM is the famous Component Object Model. ATL is the Active Template Library used for creating COM components, ActiveX controls and so on. Regarding ATLCOM the only thing that comes to mind is the .dll that contains the ATL implementation, atlcom.dll. For more information about COM, Michael Dunn's article is an excellent starting point and you'll find it here[^]. Hope this helps -- Roger
It's suppose to be hard, otherwise anybody could do it!
-
COM is the famous Component Object Model. ATL is the Active Template Library used for creating COM components, ActiveX controls and so on. Regarding ATLCOM the only thing that comes to mind is the .dll that contains the ATL implementation, atlcom.dll. For more information about COM, Michael Dunn's article is an excellent starting point and you'll find it here[^]. Hope this helps -- Roger
It's suppose to be hard, otherwise anybody could do it!
Thanks Roger I got it now Knock out 'T' from CAN'T You 'CAN' if you think you 'CAN' :cool: