Top "Interop" questions

Interoperability is a requirement for one computer system or programming language to work with another.

using Windows Script Host

I am using windows script host for some kind of installer application and I'm creating shortcuts in start menu with …

c# interop windows-scripting
NoClassDefFoundError using Scala class from Java

I have no experience with Scala, so this question may be elementary. I am trying to use Scala class from …

java scala interop noclassdeffounderror
C# DLLImport converted to VB.NET DLLImport...what am I missing?

In C# I have this: [DllImport("user32.dll", EntryPoint = "GetDesktopWindow")] public static extern IntPtr GetDesktopWindow(); I tried to convert to …

vb.net interop pinvoke dllimport c#-to-vb.net
Excel Interop to open excel with macros disabled

Is there a way in C# to switch off macros in excel before loading an excel file. I am loading …

.net excel interop com-interop
Exporting a native C function from a .net DLL?

I have a .net assembly written in C#, and I'm looking to export a native C function from the assembly. …

c# .net plugins interop native-code
How to access static inner Java class via Clojure interop?

Basically what I need to do is this FileChannel.MapMode.READ_ONLY I tried doing the obvious (.. FileChannel MapMode READ_…

java interop clojure
CUDA for .net?

I know that there are a lot of CUDA language bindings, such as PyCUDA, but are there any good bindings …

.net interop pinvoke cuda language-binding
disabling overwrite existing file prompt in Microsoft office interop FileSaveAs method

I am using Ms Office Interop assemblies to create a MS Project file. To save the file created, I am …

c# interop office-interop ms-project
Why can an unmanaged struct not be a member of a managed class?

I know in C++/CLI one cannot use unmanaged types when defining a managed class: public struct Unmanaged { int x; …

interop c++-cli unmanaged
System.Type.Missing or System.Reflection.Missing.Value when working with Office PIA?

I searched these SO results and couldn't find anything related to my question. I doubt this could be a duplicate. …

c# .net interop system.type