I got the answer and need to understand the following : I have a WinCe 5.0 ATL application. This application is using third party COM dll and 3rd party application(.exe).As per my understanding o开发
I\'m trying to write a class to wrap bitmap functionality in my program. One useful feature would be to copy a bitmap from another bitmap handle.I\'m a bit stuck:
Does anyone here have experience with/in developing IE extensions that can share their knowledge? This would include code samples, or links to good ones, or documentation on the process, or anything.
I am tracing a bug and I suspect the root could be in the use of WTL macros. When sould I use *_EX and when normal macros. For BEGIN_MSG_MAP_EX there is a note in atlcrack.h
I have a WTL81 app. CMainFrame has a child CPaneContainer, that has a child window CTreeViewCtrl. The problem is CTreeViewCtrl doesn\'t receive TVN_SELCHANGING message.
I\'m looking for a code sample which illustrates making cross-threaded COM calls in an ATL COM Server DLL.Know one?
i am a little confused about COM threading models. I got a C++ COM DLL. It is defined as single apartment model:
I posted this question previously and now have the localized strings loaded (the ones we get with LoadString()) but I also need to load all the other resources from the satellite DLL.
Iam getting the following linker error while building an atl com dll which is targeted to IA64 using a makefile on an XP platform..
I have two COM objects written in C++ and ATL. There are in one library and I know their IIDs and CLIDs.