WTL COM?
-
I can't find any tutorials on implementing WTL with COM. I have no knowledge of ATL itself. No decent guides around and none on here.
AFAIK, WTL is just an extension to ATL. Thus, you create COM the same way you would with ATL.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
AFAIK, WTL is just an extension to ATL. Thus, you create COM the same way you would with ATL.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
My friend says I need to have ATL knowledge before tackling WTL with COM. Know any good ATL tutorials. Cause I can't find any decent ones on here from start to finish,
You won't find many tutorials on the web. However, I can recommend a book: ATL Internals: Working with ATL Second Edition Tavares, Fertitta, Rector and Sells ISBN: 0-321-15962-4 Geo
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
I can't find any tutorials on implementing WTL with COM. I have no knowledge of ATL itself. No decent guides around and none on here.
Kuryn wrote:
I have no knowledge of ATL itself
What about COM itself? If not the best book I ever read for COM was Inside COM[^] No ATL in that book but IMHO knowing COM well is a prerequisite to understanding ATL. For ATL did you try the MSDN Tutorial[^]?
-
I can't find any tutorials on implementing WTL with COM. I have no knowledge of ATL itself. No decent guides around and none on here.
WTL is more about GUI programming than COM. ATL itself has COM-related classes like smart pointers and IDispatch implementations.
--Mike-- Visual C++ MVP :cool: LINKS~! CP SearchBar v3.0 | C++ Forum FAQ Dunder-Mifflin, this is Pam.