Msdn: mfc atl com ActiveX

Source: Internet
Author: User

Microsoft Foundation Classes (MFC)


The C ++ class library that
Microsoft provides with its c ++ compiler to assist programmers in
Creating Windows-based applications. MFC hides the fundamental windows
API in class hierarchies so that programmers can write a Windows-based
Application without needing to know the details of the Native Windows
API.

Active Template Library (ATL)


A c ++ Template Library
Used to create ActiveX servers and other Component Object Model (COM)
Objects. ActiveX controls created with ATL are generally smaller and
Faster than those created with the Microsoft Foundation Classes.

Component Object Model (COM)


An
Open Architecture for cross-platform development of Client/Server
Applications. It is based on object-oriented technology as agreed
By Digital Equipment Corporation and Microsoft Corporation. COM defines
The interface, similar to an abstract base class, iunknown, from which
All com-compatible classes are derived.

 

Com-it's a technology. ATL and MFC can help implement com features.


MFC-Library/framework used to build Win32 apps. Typically you will use it for building desktop applications.
ATL-framework which helps building com application. It can be used to build desktop applications as well but typically you will use to build
ActiveX Controls (uses com techonology) or other COM related stuff.
. Net-Its the latest techonology from MSFT. You dont need to use MFC, ATL or com if you use. net.. NET is much more than this though.

 

ActiveX


A
Set of technologies that enable software components to interact
One another in a networked environment, regardless of the language in
Which the components were created. ActiveX, which was developed as
Proposed Standard by Microsoft in the mid 1990 s and is currently
Administered by the Open Group, is built on Microsoft's component
Object Model (COM). Currently, ActiveX is used primarily to develop
Interactive content for the World Wide Web, although it can be used in
Desktop applications and other applications. ActiveX controls can be
Embedded in web pages to produce animation and other multimedia
Effects, interactive objects, and sophisticated applications. See also
Com.

ActiveX Client


An application or tool that Callan ActiveX object.

ActiveX Object

an exposed object of the Component Object Model (COM ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.