Top "Atl" questions

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.

How to get started with developing Internet Explorer extensions?

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-extension
Converting _TCHAR* to char*

I'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 tchar
How do I decide whether to use ATL, MFC, Win32 or CLR for a new C++ project?

I'm just starting my first C++ project. I'm using Visual Studio 2008. It's a single-form Windows application that accesses a couple …

c++ winapi mfc clr atl
Warning C4251 when building a DLL that exports a class containing an ATL::CString member

I am converting an ATL-based static library to a DLL and am getting the following warning on any exported classes …

c++ dll atl dllexport
How to add WTL and ATL to visual studio c++ express 2008

I start using the visual studio c++ express 2008 at home but there is no ATL in it. How can I …

c++ visual-studio atl wtl
What's the fundamental difference between MFC and ATL?

Assuming I am only using them for "normal" GUI programs (no COM, no ActiveX, nothing fancy), what is the fundamental …

c++ visual-c++ mfc atl
How to get text from CEdit control

I'm a new guy with ATL. So forgive me to ask this question. Problem description: One CEdit control is added …

c++ atl cedit
LoadLibrary project.dll failed. The specified module could not be found

When I try to register the 32 bit version of my C++ / ATL project with regsvr32 project.dll i'm getting this …

dll atl regsvr32
Cannot Open File atls.lib

I 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-express
atlbase.h not found when using Visual C++ Express 2010

So 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