I have a few native C++ libraries and such that I need to expose to managed (C#, in this case) code. I need to get as much speed out of it as possible.
I am developing a fairly comprehensive Excel add-in, applying a lot of ops. Take a workbook, save under new name, apply actions (add names, change formulae, etc).
I am working with a legacy application that uses the office graph.exe ( C:\\Program Files\\Microsoft Office\\Office14\\graph.exe )
Most com methods have a signature like this: STDMETHOD(someFunc) (THIS_ ParamType param) PURE; Which translates to C# via ComImport as:
I have a git repository, which has开发者_StackOverflow changes that I am slowly bringing into a mercurial repository. (It\'s a weird history, and I\'m hand checking everything, and just as well that I
I\'m writing a class library in .NET that wraps a COM dll and exposes specific functionality to be consumed by other .NET code.The COM library has several enumerations defined and I\'ve used some of t
When generating interop wrapper classes in visual studio 10 the tool throws the following error: Interopform wrapper class generator: Error creating interopF开发者_Python百科orm Wrapper Classes for Pr
I\'m trying to re-write a C# application of mine in Java. I\'ve chosen Java because our target platform is now Linux, no longer Windows.
Am working on a windows form application which uses interop to call a COM dll. I keep getting this error in the app method where the flow is like this:
I have a project which opens a simple Excel file and popul开发者_如何学编程ates it. It was working fine until this morning, when it has suddenly started giving me the error above: \'Application\' is a