开发者

What is the difference between a COM DLL and a VC++ MFC DLL?

开发者 https://www.devze.com 2022-12-18 15:04 出处:网络
when we will say a dll is COM dll and when we will say a dll is vc++-MFC dll ? What开发者_如何转开发 is the difference between them ?A COM DLL exposes one or more COM objects. For more on COM DLLs pl

when we will say a dll is COM dll and when we will say a dll is vc++-MFC dll ?

What开发者_如何转开发 is the difference between them ?


A COM DLL exposes one or more COM objects. For more on COM DLLs please see http://msdn.microsoft.com/en-us/library/2wad1c0e(VS.80).aspx


I believe your question is wrong . Actually MFC is one of the ways to create a com DLL along with ATL

0

精彩评论

暂无评论...
验证码 换一张
取 消