Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

what is the basic difference between COM and MFC Extension DLL?.


Regards,
Ranjith
Posted

1 solution

Answer : MFC is one of the ways to create a com DLL along with ATL.

COM(Component Object Model):
Technology that allows you to use functionality from other softwares(like MS-WORD,IE,MS-OFFICE etc) in your VB/VC/VJ/VFP application. Technically COM Components expose certain Properties ,Methods, and Events to your Application.

MFC extension DLL:
It is a DLL that typically implements reusable classes derived from the existing Microsoft Foundation Class Library classes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900