-
About ATL
Hi all...
I m aware of VC++ and MFC to some extent..
i want to do some applications in ATL and i want to know something about ATL...
i m freasher to ATL...
so i hope u people can help me out in understanding that what is ATL and How it works and where it works....
how to get start with ATL......
shashi.
-
I assume your goal is to create Active X controls.
Get a book or read some of the fine introductory articles that began appearing online a few years ago. Take some time to play around with the ATL component wizard. Create some "toy" components.
If you are doing any GUI work, you can either mix MFC with ATL or use WTL to handle the user interface. ATL comes with some rudimentary Windows templates. WTL extends these templates to cover nearly all of the Windowing API.
-rick