Building an MSMQ Application with Smart Pointers
The last C++ endeavor inthis chapter will take a smart pointer/ATL approach to building the "Hello World" MSMQ application. The primary goal of ATL technology is to simplify COM+ development in C++ without removing any power or speed. This was originally effected through templates alone but has moved into the arena of compiler technology. Visual C++ and ATL are tightly coupled and provide many powerful features designed to make the job of the COM+ developer quite a bit easier. As you step though the basics here, you might want to reflect on the raw COM+ example and consider what is really going on behind the scenes.
Defining Interfaces and GUIDs
One of the first differences between the raw COM+ ...
Get COM+ Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.