Home » » Free Download Creating Lightweight Components with ATL, by Jonathan Bates

Free Download Creating Lightweight Components with ATL, by Jonathan Bates

Written By Pat Strong on Monday, October 24, 2016 | October 24, 2016

Free Download Creating Lightweight Components with ATL, by Jonathan Bates

Nevertheless, this period also allow you to get the book from lots of sources. The off line publication store may be a typical place to visit to obtain guide. Now, you can likewise discover it in the online collection. This website is just one of the online collection where you could locate your selected one to review. Now, the presented Creating Lightweight Components With ATL, By Jonathan Bates is a publication that you could discover below. This book has the tendency to be the book that will offer you brand-new inspirations.

Creating Lightweight Components with ATL, by Jonathan Bates

Creating Lightweight Components with ATL, by Jonathan Bates


Creating Lightweight Components with ATL, by Jonathan Bates


Free Download Creating Lightweight Components with ATL, by Jonathan Bates

Is Creating Lightweight Components With ATL, By Jonathan Bates publication your favourite reading? Is fictions? How's about record? Or is the most effective seller novel your option to satisfy your leisure? Or perhaps the politic or spiritual publications are you looking for currently? Right here we go we offer Creating Lightweight Components With ATL, By Jonathan Bates book collections that you require. Bunches of numbers of books from many areas are given. From fictions to science as well as religious can be browsed and also learnt right here. You could not fret not to locate your referred book to read. This Creating Lightweight Components With ATL, By Jonathan Bates is one of them.

To help you beginning to have analysis behavior, this Creating Lightweight Components With ATL, By Jonathan Bates is provided currently. Hopefully, by using this book, it could attract you to start discovering and checking out routine. When you locate a new book with intriguing title and also popular author to review, exactly what will you do? If you only read based on the particular motif that you like, in fact it is no mater. The matter is that you actually do not want to attempt analysis, even just some pages of a thick publication.

This is not just concerning the perfections that we will use. This is likewise regarding exactly what things that you can concern with to earn much better principle. When you have various ideas with this publication, this is your time to satisfy the perceptions by checking out all material of the book. Creating Lightweight Components With ATL, By Jonathan Bates is likewise one of the home windows to get to and open up the world. Reading this book can assist you to discover new world that you might not find it previously.

After enhancing the spare time by reading Creating Lightweight Components With ATL, By Jonathan Bates, you can separate just what you will obtain for the trips. That's not just the home entertainment, yet you will certainly likewise get the new understanding and also details upgraded. This book is likewise suggested for it does not interrupt you with such tough point to discover. It will certainly make you enjoyable with the lesson to acquire each time you have it. Straightforward and also very easy to review as well as comprehend make many people are fond of this type of publication.

Creating Lightweight Components with ATL, by Jonathan Bates

From the Back Cover

Creating Lightweight Components with ATL covers ATL in depth, including an overview of COM development, then drills down to explain how ATL implements the fundamentals of COM. It also details how small, lightweight ATL-based COM solutions can be created to solve 'real world' problems. Creating Lightweight Controls with ATL enables you to quickly get up to speed with ATL COM development, and shows how you can use the many ATL/COM APIs and techniques in conjunction with the Standard Template Library (STL) to develop and understand topics such as: Lightweight ActiveX Controls, Web-based Document Servers, Remote Database, Access via ADO & OLE DB, ActiveX Documents & Views, NT Services, DCOM/COM Servers, OLE Automation Servers.

Read more

About the Author

Jonathan Bates is an independent software design consultant and contract software developer with over 15 years of experience in C and C++, and has been creating solutions with ATL since its inception. His worldwide experience in commercial, industrial, and military software development includes projects as diverse as device drivers, e-mail, motion video, data capture, control systems, networking and telecommunications. Jonathan is co-author of Que's Using Visual C++ 6, as well as several technical articles for computing journals.

Read more

Product details

Series: Sams Professional Series

Paperback: 696 pages

Publisher: Sams (May 21, 1999)

Language: English

ISBN-10: 0672315351

ISBN-13: 978-0672315350

Product Dimensions:

7.8 x 1.5 x 9.2 inches

Shipping Weight: 2.6 pounds (View shipping rates and policies)

Average Customer Review:

3.8 out of 5 stars

14 customer reviews

Amazon Best Sellers Rank:

#6,786,028 in Books (See Top 100 in Books)

The book consists of 4 parts:1.Building ATL COM Clients and Servers (a brief introduction in COM theory and ATL).2.Implementing COM Techniques in ATL.3.Windowing and ActiveX Controls in ATL.4.Developing ATL-based Database Applications.This book gives an extremely brief explanation of COM technique and is focused on how ATL facilitates and dramatically increases speed of implementing COM.All explanations are quite clear and comprehensive (if only a book on COM and ATL can be comprehensive). Some minor inaccuracies don't spoil the whole impression. I recommend this book to anyone interested in learning ATL.About its prerequisites. Mr. Bates claims that of course you should have experience of C++ programming in a Windows environment, but that you don't need to have any experience of COM/DCOM. In my opinion, to get the most of the book you should at least have already read Inside COM by Dale Rogerson. Even better if you read Essential COM by Don Box as the second book, and only then this book. In any case starting this book as the first COM reading would be too hard.

This isn't the most famous nor the most recommended of ATL books (compared to ATL Internals and Richard Grimes's books), but I recommend it highly. I don't plan to become an ATL or COM expert any time soon, and I quickly found information here that wasn't available (or wasn't as well explained) in other sources.This book helped me a lot in creating an Automation-compatible enumeration interface that VB can use with its "for each" construct, and testing this interface from C++ (which can be complicated).It's not a classic (only classics deserve 5 stars), but it's been of sound practical use to me, and that's high praise indeed.

This book is a breeze to read, the author made it as much as a no brainer as possible. Unlike books written on the same subject by Wrox, which is extremely dry. The beginner's topic on STL and the usage of STL libraries is a great starter for those who are not familiar with template programming. Fundamental topics like string handling, data type manipulation however should warrant a topic in itself, rather than being grouped together as a sub section. Eg. Safe Arrays, Variant Type, OLE/BSTRs strings and its many conversions. However it is still easy enough to pick up from the tons of examples that's available. The author also made sure that concepts like Smart Pointers and the different ways to initialize a COM object is clarified early to the reader.Sadly, the topic on NT services was short, as the author has made it clear that they didn't want to cover it much. However should the author come up with a whole book dedicated to NT Services, MMC Snap-In development I would be the first to get it!The topis covered on OLE-DB and the ADO object are adequate and a whole lot better compared to the many books out there that hardly even talk about it - why develop in COM if you're not going to use the database?. There's also a smattering of information such as NT's handling of security and persisting data from COM.This book is well worth your time and money. Can't wait to get the .NET version! (Hopefully, ATL is still around by then)

After being one of authors in the excellent book "Using Visual C++ 6.0" (Please read my comment at book ISBN: 0789716356), Mr. Bates just showed that Writing COM objects can be easy for everybody. Book is not so excellent as the upper one, it lacks "Margin Text", but it deserves 5 starts.What I like in this book is following: I am not good Visual C++ programmer I just started to use VC and I highly recoment "Using Visual C++ 6.0" for everybody starting like me. But THIS book really enables you to:- make COM object using wizard- to add functions and methods to your class/COM- to call it from other program.You learn this in about first 100 pages. Following chapters are going into more details and more different problems. But the GOAL is here. You have developed COM, now you need to know some C++ language to implement functions but that has nothing to do with COM any more. So the goal is reached - I repeat. Every chapter it has its' short and easy to understand example. Every chapter has only one goal, so you don't have to read whole book to find thing you need. You can develop your first COM in a afternoon. This book is "must have" for beginers in COM. By the end of the book you will be teached well and you will learn things for pros (which I am not...:) what makes this book good for advanced users too.For you to see if this (my) review works for you I have to tell you that I am Delphi programmer and I know about object oriented programming and windows programming and about Win32 API but I didn't know anything about COMs, and ether I NEVER developed COM before, not even in Delphi. Therefore I think that this book is for everybody (and especially for beginners) and that you don't need superior knowledge about COM or VC.I also have another book: ISBN: 0130231142, "Understanding and programming COM+" by R.J. Oberg but I think that this one is not so good as one by J. Bates.And for the end: MR. Bates don't forget Margin hints in the next book, people forget things, it would be nice to have some hints such as in "Using Visual C++ 6". I hope to read your next programming book soon.

I have had this book for close to 3 years now. When I bought it I was just getting into c++ so it was kind of difficult but as I got more comfortable with the language I started to appreciate this book for what it is. This is a good buy for anyone who wants to go into ATL programming. I was especially happy with the coverage of connection points structured storage and enumerators/collections.The coverage of these topics was a great help when I was developing a DOM and SAX implemantation for an XML parser I am writing.However considering the .NET move in today's world this book may become a dinosaur soon but for anybody who needs to write ATL code, this is a great buy."ATL internals" is propably the best ATL book though.

Creating Lightweight Components with ATL, by Jonathan Bates PDF
Creating Lightweight Components with ATL, by Jonathan Bates EPub
Creating Lightweight Components with ATL, by Jonathan Bates Doc
Creating Lightweight Components with ATL, by Jonathan Bates iBooks
Creating Lightweight Components with ATL, by Jonathan Bates rtf
Creating Lightweight Components with ATL, by Jonathan Bates Mobipocket
Creating Lightweight Components with ATL, by Jonathan Bates Kindle

Creating Lightweight Components with ATL, by Jonathan Bates PDF

Creating Lightweight Components with ATL, by Jonathan Bates PDF

Creating Lightweight Components with ATL, by Jonathan Bates PDF
Creating Lightweight Components with ATL, by Jonathan Bates PDF
Share this article :

Post a Comment