I included vld.h file in my activex dll project. when i try to compile my project from visual studio 2008.I am getting the following error,
I have an ATL COM object that I am using from C#.The interface currently looks like: interface ICHASCom : IDispatch{
I am doing some COM related things with directshow such as: typedef CComPtr<IBaseFilter> AutoIBaseFilterPtr;
I have created an ATL Project with all default options using VC++ 2008. I have added Simple ATL object (interface IDemo) and some interface moethos inside the simple object.
I created a ActiveX control using ATL, already package it with signature. I want to use it on the webpage, but at the install window the name is MyActiveX.cab with no link. the MyActiveX.cab name can
So I tried moving my project to Visual C++ Express 2010 on Windows 7 from a previous version on Windows XP.I got all sorts of errors where atlbase.h was not found.This isn\'t so much a question but I
I have a Win32 C++ Application. There is the _tWinMain(...) Method with GetMessage(...) in a while loop at the end. Before GetMessage(...) I create the main window with
I have a VB6 dll that is loaded by a VB6 frontend. This VB6 dll calls a C++ ATL dll via its COM interface. So, I can run from code in VB6 and I can debug in C++ also, however I can\'t seem to step thr
I need to design an ATL inproc server that besides exposing methods and properties, also can fire events (source) and serve as a sink for a third party COM control that fires events.I would assume tha
I have a Windows service built upon ATL 7\'s CAtlServiceModuleT class.This service serves up COM objects that are used by various applications on the system, and these other applications naturally sta