We hav开发者_运维技巧e a COM dll written in delphi in our bin folder that call 2 static dll in the system32 folder (also COM in delphi).
I found this really n开发者_高级运维ice piece of code that converts a string to a System:String^ as in:
I have a C++ application.This supports users\' C++ plugin DLL\'s, it will dynamically load these DLL\'s and then be able to create and use the user\'s types dynamically. These user types derive from b
is it possible to insert multiple tables in one bookmark in Word 2007. I have template Word file and bookmark is in the middle of file. I need pagebreak after each table. My code seems to insert all t
I am trying to open a ReqPro project from c# class code. The steps followed are: Add reference to ReqPro.dll (the extensibility COM dll)
I heavily suspect my problem is due to some security issue but here\'s the full description just in case I\'m mistaken.
We have some proprietary libraries we need to interface with. These libraries are Windows DLLs, or Linux .so files. We got the headers to define the interfaces. Since I have never done anything with n
I\'m using a COM object from a third party library that generates periodic events. When I use the library from a Winforms app, having the object as a class member and creating it in the main form thre
I have a System.Drawing.Bitmap currently and I need to convert it into an stdole.StdPicture. Currently I\'m using:
I have SAP RPC OCX control that I\'d like to use. In C# 4 following code works fine: System.Type t = System.Type.GetTypeFromProgID(\"SAP.Functions\", tru开发者_运维知识库e);