An assemb开发者_如何转开发ly in a project has a type marked with ComVisible(true). When building (non-elevated), VS tries to register that DLL and fails:
I am using an old COM component (communications class library) in a new C# application.The COM control handles communication with some of our instruments.One of the functions is to download开发者_运维
I\'m looking for a code sample which illustrates making cross-threaded COM calls in an ATL COM Server DLL.Know one?
I have the following d开发者_运维技巧irective in my sources: #import <scrrun.dll> Can I rely on this DLL being pre-installed with Windows?
I have an msword documen开发者_如何学Got that consists of some pages, i need convert only the first page to image and save it. Each page can consist of images, tables, text, etc. But i can\'t use clip
I am using the Skype4COM control. My program is trying to delete around 3K contacts from my contact list in Skype using a For loop, however
The answer provided here is a pretty awesome trick.Just for my own edification, I\'d like to learn to create that type of program.
I have some code that used to work, but recently stopped.It\'s in an Adobe Reader Plugin, and the latest Reader version has a \"Protected Mode\" which causes my problem.
i am a little confused about COM threading models. I got a C++ COM DLL. It is defined as single apartment model:
CoInitialize(NULL); GCalender::IGCalenderSync* pGCalender; HRESULT hr = CoCreateInstance(__uuidof(GCalender::GCalenderSyncHelper),NULL,