Results 1 to 2 of 2

Thread: Com C++

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Com C++

    what's the best/easiest way to write a COM DLL in C++?
    it all looks hideous from the code I've seen..do I have to implement IUnknown myself?
    buzzwords are the language of fools

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    People usually use ATL for making COM DLLs, because, as you say, it's hideous

    Unlike MFC, it adds very little to the size of your file and if you choose the MinDependency build option (like Release/Debug -- set up for you by the wizard) it needs no extra files.

    I saw something on PlanetSourceCode...PigServer or something like that.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width