|
-
April 1st, 2004, 01:21 AM
#1
ActiveX query
Hi All,
What is the difference between ActiveX control created by using
ATL COM Appwizard and
MFC ActiveX controlWizard.
Regards
Bharathi
-
April 1st, 2004, 10:32 AM
#2
ATL has several advantages over MFC. The size of the target code for ATL controls is smaller. ATL uses multiple inheritance and upcasting to implement interfaces, whereas MFC uses handle/body classes by default. ATL provides for greater code reuse through templates. A default ATL does not contain much of the old OLE stuff you will find in a default MFC control.
Read about all this and more in
ATL Internals by Chris Sells and Brent Rector.
Sincerely,
- Ron
-
April 2nd, 2004, 04:59 AM
#3
Generally ATL is used for creating lieght-weight controls ! Their size is very small , compare to MFC ActiveXs.
Refer MSDN for good material !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|