interop
COM returns type that does not implement any interface
I need to automate some tasks in Adobe InDesign CS3 from a .NET 4.0 application. I\'ve added a reference to the InDesign Type Library using the Add Reference dialog in Visual Studio. It genereates an[详细]
2023-04-13 08:02 分类:问答Merging PPT files in ASP.NET
I have a tricky requirem开发者_C百科ent to be able to merge PPT files on-the-fly in ASP.NET. I\'d like to avoid interop as I know it\'s not a good idea from ASP.NET.[详细]
2023-04-13 07:25 分类:问答Fill struct from IntPtr received in lParam property of Window Message going across process boundaries in C#
I posted this question a few days ago, and I have some follow up doubts about marshaling an IntPtr to a struct.[详细]
2023-04-13 06:33 分类:问答Heap memory size of the DLL loaded via .NET Interop
I have a generic C++ dll which in which I have few structures. I am passing the structure data from the C#.net console based application and and I am trying to deep copy that structure inside my dll l[详细]
2023-04-13 05:35 分类:问答Accessing scala object fields from java
I\'m having trouble access开发者_开发百科ing the fields of a scala object from java. Scala: object TestObject {[详细]
2023-04-13 05:12 分类:问答How can I insert an Blank Line using a Open XML SDK class
I want format my .doc file, because when I retrive information and save in a .doc format using Open XML SDK, the document with all information is just in one line, and I need some information in other[详细]
2023-04-12 14:10 分类:问答Word Interop Delete results in Wrong Parameter
I have the pleasure to write some code that moves around stuff in an Office XP environment. I\'ve referenced the OfficeXP Interop Assemblies and written code to Search/Replace stuff. That wor开发者_运[详细]
2023-04-12 13:49 分类:问答Does Scala's 2.9.1 compiler throw away type parameter information?
I\'m writing some Java code that depends on some Scala code (that I have also written).Trying to supply an argument with a parameterized type seems to work if the Scala is compiled with 2.8.0 but fail[详细]
2023-04-12 13:41 分类:问答CUDA OPENGL Interoperability: cudaGLSetGLDevice
Following the Programming Giude of CUDA 4.0, I call cudaGLSetGLDevice before any other runtime calls. But the next cuda call, cudaMalloc, return \"all CUDA-capable devices are busy or unavailable.\"[详细]
2023-04-12 03:25 分类:问答From Java, how can I access a var defined in a Scala trait?
I have a trait that defines a single var and a single function like what follows: trait MyTrait { var myVar: Boolean[详细]
2023-04-12 02:57 分类:问答