-
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]
-
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.