atl
How Can i load third party .dll (COM DLL) in ATL Application with WinCE 5.0 RTOS?
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开发[详细]
2023-02-25 13:13 分类:问答Copying a bitmap from another HBITMAP
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:[详细]
2023-02-25 01:56 分类:问答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, or links to good ones, or documentation on the process, or anything.[详细]
2023-02-24 23:53 分类:问答Confused by BEGIN_MSG_MAP and BEGIN_MSG_MAP_EX
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[详细]
2023-02-23 05:43 分类:问答TVN_SELCHANGING not received
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.[详细]
2023-02-23 03:57 分类:问答ATL sample of calling (marshalling) Apartment-threaded COM interfaces from a worker thread
I\'m looking for a code sample which illustrates making cross-threaded COM calls in an ATL COM Server DLL.Know one?[详细]
2023-02-19 02:57 分类:问答COM ATL Threading Model or not
i am a little confused about COM threading models. I got a C++ COM DLL. It is defined as single apartment model:[详细]
2023-02-18 11:07 分类:问答WTL way of forcing resources to load from a dll in a non mfc app? (we are using WTL/ATL, not straight win32)
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.[详细]
2023-02-17 06:30 分类:问答Linker error:1112 module machine type 'X86' conflicts with target machine type 'IA64'
Iam getting the following linker error while building an atl com dll which is targeted to IA64 using a makefile on an XP platform..[详细]
2023-02-14 21:03 分类:问答How to communicate between two COM objects using Running Object Table (ROT)?
I have two COM objects written in C++ and ATL. There are in one library and I know their IIDs and CLIDs.[详细]
2023-02-14 07:31 分类:问答