The Active Template Library (ATL) is a library of C++ class templates provided by Microsoft that simplify the programming of Component Object Model (COM) objects.
Does anyone here have experience with/in developing IE extensions that can share their knowledge? This would include code samples, …
c# c++ internet-explorer atl browser-extensionI'm trying to get a simple OpenCV sample working in C++ on Windows and my C++ is more than rusty. …
c++ string visual-c++ atl tcharI start using the visual studio c++ express 2008 at home but there is no ATL in it. How can I …
c++ visual-studio atl wtlAssuming I am only using them for "normal" GUI programs (no COM, no ActiveX, nothing fancy), what is the fundamental …
c++ visual-c++ mfc atlI'm a new guy with ATL. So forgive me to ask this question. Problem description: One CEdit control is added …
c++ atl ceditWhen I try to register the 32 bit version of my C++ / ATL project with regsvr32 project.dll i'm getting this …
dll atl regsvr32I have atls.lib in my hard drive, but I can't link it into my Visual Studio project. I know …
linker atl visual-c++-2008-expressSo I tried moving my project to Visual C++ Express 2010 on Windows 7 from a previous version on Windows XP. I …
visual-c++ atl visual-c++-2010-express