CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 280

Threaded View

  1. #11
    Join Date
    Apr 1999
    Posts
    27,449
    Originally posted by darwen
    Code should never, ever be released in library form. It should always take the form of COM objects or DispInterface objects.
    And the UNIX programmer will ask you "what the heck is a COM object and a DispInterface?"

    It looks like you believe that C++ is a Microsoft language. It is a general purpose language. It is not controlled by Microsoft, so mentioning COM and DispInterface is irrelevant to the discussion w.r.t. STL

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; September 28th, 2003 at 10:46 PM.

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

Featured