Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. ATL BOOK

ATL BOOK

Scheduled Pinned Locked Moved The Lounge
c++learning
12 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G G Daniel

    So I Im really curious which book is the best

    S Offline
    S Offline
    Shaun Wilde
    wrote on last edited by
    #2

    I don't think is a best - I've learnt bits from many books for differnt areas of ATL, and they cover differnet levels of difficulty best bet is to buy at least 3 recommendations and go from there mine ATL Internals

    Technically speaking the dictionary would define Visual Basic users as programmers.
    But here again, a very generalized, liberal definition is being employed and it's wrong
    - just plain wrong - Tom Archer 5/12/02

    1 Reply Last reply
    0
    • G G Daniel

      So I Im really curious which book is the best

      N Offline
      N Offline
      NormDroid
      wrote on last edited by
      #3

      Program ATL 3.0 by Richard Grime is quite good also ATL Internals.

      S 1 Reply Last reply
      0
      • N NormDroid

        Program ATL 3.0 by Richard Grime is quite good also ATL Internals.

        S Offline
        S Offline
        Shaun Wilde
        wrote on last edited by
        #4

        yup - got the grimes one as well on my shelf - on the whole he isn't a bad author but he has written the odd duff one

        Technically speaking the dictionary would define Visual Basic users as programmers.
        But here again, a very generalized, liberal definition is being employed and it's wrong
        - just plain wrong - Tom Archer 5/12/02

        1 Reply Last reply
        0
        • G G Daniel

          So I Im really curious which book is the best

          T Offline
          T Offline
          thowra
          wrote on last edited by
          #5

          Developer's Workshop to COM and ATL 3.0 by Andrew W. Troelsen - great book, good intro and reference. I found it quite easy to get through this book despite the complexity of COM. It gives a nuts and bolts intro and then tells you how ATL makes it all easier :) "The folly of man is that he dreams of what he can never achieve rather than dream of what he can."

          C V P S 4 Replies Last reply
          0
          • G G Daniel

            So I Im really curious which book is the best

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #6

            Lightweight Components with ATL by Jonothan Bates. Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 C# will attract all comers, where VB is for IT Journalists and managers - Michael P Butler 05-12-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002

            1 Reply Last reply
            0
            • T thowra

              Developer's Workshop to COM and ATL 3.0 by Andrew W. Troelsen - great book, good intro and reference. I found it quite easy to get through this book despite the complexity of COM. It gives a nuts and bolts intro and then tells you how ATL makes it all easier :) "The folly of man is that he dreams of what he can never achieve rather than dream of what he can."

              C Offline
              C Offline
              CodeGuy
              wrote on last edited by
              #7

              Agreed. Far and away the best book on COM. Brandon

              1 Reply Last reply
              0
              • T thowra

                Developer's Workshop to COM and ATL 3.0 by Andrew W. Troelsen - great book, good intro and reference. I found it quite easy to get through this book despite the complexity of COM. It gives a nuts and bolts intro and then tells you how ATL makes it all easier :) "The folly of man is that he dreams of what he can never achieve rather than dream of what he can."

                V Offline
                V Offline
                Vuemme
                wrote on last edited by
                #8

                I agree, it's a great book and it explain also aspects of ATL that are hidden by macros, wizards and other tools. -- Looking for a new screen-saver? Try FOYD: http://digilander.iol.it/FOYD

                1 Reply Last reply
                0
                • T thowra

                  Developer's Workshop to COM and ATL 3.0 by Andrew W. Troelsen - great book, good intro and reference. I found it quite easy to get through this book despite the complexity of COM. It gives a nuts and bolts intro and then tells you how ATL makes it all easier :) "The folly of man is that he dreams of what he can never achieve rather than dream of what he can."

                  P Offline
                  P Offline
                  Paul Ingles
                  wrote on last edited by
                  #9

                  I'd have to whole heartedly agree also... I bought that and the ATL Internals book, although I haven't really had the chance to get into it much of late. I'm actually quite looking forward to an updated ATL Internals for ATL7. One thing I found extremely helpful was the few chapters at the start that took you through effectively building your own COM, showing how it all works before getting into any of the ATL. -- Paul "If you can keep your head when all around you have lost theirs, then you probably haven't understood the seriousness of the situation." - David Brent, from "The Office" MS Messenger: paul@oobaloo.co.uk Sonork: 100.22446

                  S 1 Reply Last reply
                  0
                  • P Paul Ingles

                    I'd have to whole heartedly agree also... I bought that and the ATL Internals book, although I haven't really had the chance to get into it much of late. I'm actually quite looking forward to an updated ATL Internals for ATL7. One thing I found extremely helpful was the few chapters at the start that took you through effectively building your own COM, showing how it all works before getting into any of the ATL. -- Paul "If you can keep your head when all around you have lost theirs, then you probably haven't understood the seriousness of the situation." - David Brent, from "The Office" MS Messenger: paul@oobaloo.co.uk Sonork: 100.22446

                    S Offline
                    S Offline
                    Shaun Wilde
                    wrote on last edited by
                    #10

                    Paul Ingles wrote: COM, showing how it all works before getting into any of the ATL. all ATL developers should know that - what has surprised me in the mentoring roles I have had is the number of people who didn't understand and thus unable to work out the problem (never mind the solution) when it all went wrong.

                    Technically speaking the dictionary would define Visual Basic users as programmers.
                    But here again, a very generalized, liberal definition is being employed and it's wrong
                    - just plain wrong - Tom Archer 5/12/02

                    1 Reply Last reply
                    0
                    • T thowra

                      Developer's Workshop to COM and ATL 3.0 by Andrew W. Troelsen - great book, good intro and reference. I found it quite easy to get through this book despite the complexity of COM. It gives a nuts and bolts intro and then tells you how ATL makes it all easier :) "The folly of man is that he dreams of what he can never achieve rather than dream of what he can."

                      S Offline
                      S Offline
                      Senkwe Chanda
                      wrote on last edited by
                      #11

                      phykell wrote: Developer's Workshop to COM and ATL 3.0 by Andrew W. Troelsen - great book co-sign :-) I'm re-reading it for the third time (I read it the way I would read a novel) hoping and praying I get a COM friendly project to work on again. Err, and a job. ASP.NET can never fail as working with it is like fitting bras to supermodels - it's one pleasure after the next - David Wulff

                      1 Reply Last reply
                      0
                      • G G Daniel

                        So I Im really curious which book is the best

                        E Offline
                        E Offline
                        Erik Juhl
                        wrote on last edited by
                        #12

                        I have read Grime's book, ATL Internals, and a couple of others but the best one that realy clicked for me was ATL: A Developer's Guide by Tom Armstrong. I believe he has a second edition now so get that one.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups