Top "Interop" questions

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

Using Kotlin class in Java: Cannot find symbol

I have found this similar question regarding Android, but I am using plain Java with Maven as build tool. I …

java maven build interop kotlin
Clojure: working with a java.util.HashMap in an idiomatic Clojure fashion

I have a java.util.HashMap object m (a return value from a call to Java code) and I'd like …

clojure interop hashmap purely-functional clojure-java-interop
C# Outlook interop and OpenSharedItem for opening MSG files

Is there any tutorial or resource I can follow in order to use the OpenSharedItem outlook interop method. My goal …

c# interop outlook office-interop msg
Converting a C char array to a String

I have a Swift program that does interop with a C library. This C library returns a structure with a …

arrays swift interop tuples
Passing a C# callback function through Interop/pinvoke

I am writing a C# application which uses Interop services to access functions in a native C++ DLL. I am …

c# function interop callback pinvoke
How to use Office from Visual Studio C#?

The technique for adding a reference to the COM interop of Office in Visual Studio is to go to: References …

visual-studio excel com interop ms-office
Excel get_Range missing when interop assembly is embedded in .NET 4.0

I build an assembly referencing a COM interop DLL. If I embed the COM interop types by setting Embed Interop …

.net excel interop .net-4.0 com-interop
Resources for learning c# Excel interop

What are some resources that will help get me up and running quickly with the Excel interop in C#?

c# excel resources interop
C# - way to programmatically advance Powerpoint slide show?

I'd like to be able to advance through a Powerpoint presentation by pressing buttons in a Windows form. Here's some …

c# .net interop powerpoint
What exactly is the GNU tar ././@LongLink "trick"?

I read that a tar entry type of 'L' (76) is used by gnu tar and gnu-compliant tar utilities to indicate …

interop gnu tar