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

Thread: COM DLL in MFC

  1. #1
    Join Date
    Jul 2001
    Location
    India
    Posts
    55

    COM DLL in MFC

    hello friends,
    I have to start develop a COM DLL in MFC. I do not want to use ATL. Could some one provide me a sample project? or at least tell me how to start and what are the basics of developing an MFC based COM DLL?

    regards,


    Neeraj Sharma
    Beehive Systems Ltd.
    NOIDA, INDIA
    [email protected]

  2. #2
    Join Date
    Apr 2001
    Location
    Turkmenistan
    Posts
    674

    Re: COM DLL in MFC

    Just as you know ATL Wizard does all necessery work, to create a compact COM server (dll), if you dont want to use ATL, you will have to write manually from scratch every line ATL inserts when createa a COM server.

    Bayram.


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