| Projets |
175 Visiteurs 3168 Projets
|
|
 |
 |
 |
 |
|
|
| 2005 - Note de Synthèse Stage |
Introduction to COM
[10 mn de lecture - paru le 11/17/2004 3:06:03 PM - Public : Expert]
|
   
|
Auteur
Resume
As we have now the framework and .Net technologies, the COM model may be perceved as a deprecated technology. However a lot of companies still use COM in commercial applications developpement to be sold to clients not equiped with the framework or when they have the need of improved performances. By example, the well known DirectX API is based on COM model.
In this article we will see the basic elements of this technology which is hard to learn.
Summary
Introduction : Why learn COM ?
1. History of the COM model and ATL
1.1. Part 1 The ideas
1.2. Part 2 Microsoft goes on
1.3. Part 3 Goal of the COM model
2. The things to know in C++ to understand COM model
2.1. Part 1 Multiple inheritance
2.2. Part 2 Polymorphism
2.3. Part 3 The templates classes
2.4. Part 4 Abstract classes
3. COM model presentation
3.1. Part 1 Main technical aspects of a COM object
3.2. Part 2 What about ATL ?
3.3. Part 3 Fundamental steps in the creation of a COM object
4. A practical example : creating a basic COM component
4.1. Part 1 Elements before creating our object
4.2. Part 2 Creating the classes of our COM object
4.3. Part 3 Finalising elements of our project
4.4. Part 4 Example of using the COM dll in a c# application
Conclusion
|
|
|
 |
 |
 |
 |
| Articles de la même catégorie |
|
|
|
 |
 |
 |
 |
| SUPINFO Training Center peut vous proposer une formation ... |
|
|
|
 |
 |
 |
 |
|