From Libzter
| Developer(s) | Microsoft |
| Initial Release | 1996 |
| Current Version | 9.0 |
| Language(s) | C++ |
| Licence(s) | Proprietary |
| Platform(s) | Microsoft Windows |
[edit] Overview
ATL, Active Template Library, is a collection of C++ classes for Microsoft Windows used to handle COM-components.
[edit] Features
- Creation of windows controls without support DLLs
- MMC snap-in development
- COM Module handling
- Lots of data structures
- Threads and critical sections
[edit] Similar libraries
[edit] Advantages
- Light weight library for Windows development
[edit] Disadvantages
- Rather limited since .NET Framework is in many ways more complete and better. However, that non-native code is not always and option.
[edit] Reference
[1]
[edit] Download
This framework is included in Microsoft Visual Studio/Microsoft Visual C++.
User comments on this article (ATL)