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
  1. Home
  2. The Lounge
  3. Can anyone recommend a good COM book?

Can anyone recommend a good COM book?

Scheduled Pinned Locked Moved The Lounge
htmlcomquestionlearning
13 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.
  • N nay

    I've learned to use some COM/DOM objects when writing an ADO class. I feel bad because I can use them but I really don't understand all that's going on. So can anyone recommend a good book on COM? nay

    S Offline
    S Offline
    SimonS
    wrote on last edited by
    #3

    "Understanding ActiveX and OLE", David Chappell. Cheers, Simon "Every good work of software starts by scratching a developer's personal itch.", Eric S. Raymond

    1 Reply Last reply
    0
    • M Michael P Butler

      Essential COM by Don Box. Michael :-) "Eureka" is Greek for "This bath is too hot"

      J Offline
      J Offline
      Jason Henderson
      wrote on last edited by
      #4

      Good book.

      Jason Henderson
      quasi-homepage
      articles
      "Like it or not, I'm right!"

      1 Reply Last reply
      0
      • N nay

        I've learned to use some COM/DOM objects when writing an ADO class. I feel bad because I can use them but I really don't understand all that's going on. So can anyone recommend a good book on COM? nay

        S Offline
        S Offline
        Stefan Spenz
        wrote on last edited by
        #5

        COM is for nerds :-D :-D

        E 1 Reply Last reply
        0
        • S Stefan Spenz

          COM is for nerds :-D :-D

          E Offline
          E Offline
          Ernest Laurentin
          wrote on last edited by
          #6

          Are you a nerd Stefan? ;P One good thing about getting older, you don't lose the ages you've been!

          S 1 Reply Last reply
          0
          • N nay

            I've learned to use some COM/DOM objects when writing an ADO class. I feel bad because I can use them but I really don't understand all that's going on. So can anyone recommend a good book on COM? nay

            N Offline
            N Offline
            Navin
            wrote on last edited by
            #7

            Inside COM (Microsoft Press) by Dale Rogerson No generalization is 100% true. Not even this one.

            S 1 Reply Last reply
            0
            • E Ernest Laurentin

              Are you a nerd Stefan? ;P One good thing about getting older, you don't lose the ages you've been!

              S Offline
              S Offline
              Stefan Spenz
              wrote on last edited by
              #8

              Yes ;)

              1 Reply Last reply
              0
              • N nay

                I've learned to use some COM/DOM objects when writing an ADO class. I feel bad because I can use them but I really don't understand all that's going on. So can anyone recommend a good book on COM? nay

                T Offline
                T Offline
                Tom Welch
                wrote on last edited by
                #9

                Beginning ATL3 COM Programming -by Richard Grimes. Then you will be ready for: Professional ATL COM Programming -by Richard Grimes They both are full of detail and examples and are easy to follow.

                C 1 Reply Last reply
                0
                • N Navin

                  Inside COM (Microsoft Press) by Dale Rogerson No generalization is 100% true. Not even this one.

                  S Offline
                  S Offline
                  Stefan Spenz
                  wrote on last edited by
                  #10

                  Navin wrote: Inside COM (Microsoft Press) by Dale Rogerson Good choice...

                  1 Reply Last reply
                  0
                  • T Tom Welch

                    Beginning ATL3 COM Programming -by Richard Grimes. Then you will be ready for: Professional ATL COM Programming -by Richard Grimes They both are full of detail and examples and are easy to follow.

                    C Offline
                    C Offline
                    Chris Losinger
                    wrote on last edited by
                    #11

                    do they follow the same pattern that every other COM book does: 1st 3rd: an excruicatingly detailed explanation of the joys of IUnknown and Class Factories and how to do it in C, like a Real Man. nevermind that you'll never see this stuff again, unless you hate yourself and those around you, and insist on doing it from C. 2nd 3rd: 200 pages devoted to a single example that has no relation to anything i'll ever write. oh look, an analog clock - here's 20 pages on how to calculate the angles for the hands, and another 20 to show a better way. last 3rd: a collection of random things you might want to do in an ActiveX object (how to use a timer, how to send a message, how to host other objects, how to put it on a web page) ? b.t.w., i've never seen a good COM book. :) -c


                    Cheap Oil. It's worth it!

                    Image Processing?

                    T 1 Reply Last reply
                    0
                    • C Chris Losinger

                      do they follow the same pattern that every other COM book does: 1st 3rd: an excruicatingly detailed explanation of the joys of IUnknown and Class Factories and how to do it in C, like a Real Man. nevermind that you'll never see this stuff again, unless you hate yourself and those around you, and insist on doing it from C. 2nd 3rd: 200 pages devoted to a single example that has no relation to anything i'll ever write. oh look, an analog clock - here's 20 pages on how to calculate the angles for the hands, and another 20 to show a better way. last 3rd: a collection of random things you might want to do in an ActiveX object (how to use a timer, how to send a message, how to host other objects, how to put it on a web page) ? b.t.w., i've never seen a good COM book. :) -c


                      Cheap Oil. It's worth it!

                      Image Processing?

                      T Offline
                      T Offline
                      Tom Welch
                      wrote on last edited by
                      #12

                      No, it is really straight forward and step by step. What does COM mean, and what does that require? How do you meet those requirements (IUnknown)? How are more interfaces built off of IUnknown? How does ATL make this so easy that you shouldn't use anything else? How do we incorporate things we need (like error handling)? There is a grand overview here: Richard Grimes Website [new window].

                      1 Reply Last reply
                      0
                      • N nay

                        I've learned to use some COM/DOM objects when writing an ADO class. I feel bad because I can use them but I really don't understand all that's going on. So can anyone recommend a good book on COM? nay

                        M Offline
                        M Offline
                        Michael A Barnhart
                        wrote on last edited by
                        #13

                        Many of those mentioned are good but at very different levels of detail and coverage. I have many of them. Take the list and go to the store and look to see. To be conscious that you are ignorant of the facts is a great step towards Knowledge. Benjamin Disraeli

                        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