Top "Interop" questions

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

How to make a Swift String enum available in Objective-C?

I have this enum with String values, which will be used to tell an API method that logs to a …

objective-c swift enums interop
Could not load file or assembly 'Microsoft.mshtml ... Strong name validation failed

I made a WPF/C# program and I am using the internet control for WYSIWYG HTML editing. it is a …

c# interop mshtml
Microsoft.Office.Interop.Excel really slow

I am exporting a 1200 X 800 matrix (indexMatrix) to a excel file using the standard Microsoft.Office.Interop.Excel. The app …

c# excel interop
C# COM DLL: do I use Regasm, or Regsvr32?

I am building a C# ActiveX DLL... do I use REGASM or REGSVR32 to register it? How do I register …

com interop x86 64-bit activex
Git interoperability with a Mercurial Repository

I use GIT on a Mac. Enough said. I have the tools, I have the experience. And I want to …

git version-control mercurial interop dvcs
Convert Kotlin Array to Java varargs

How can I convert my Kotlin Array to a varargs Java String[]? val angularRoutings = arrayOf<String>("/language", "/home") // …

java kotlin interop kotlin-interop
.Net Excel Interop Deleting a worksheet

I'm trying to delete a worksheet from a excel document from a .Net c# 3.5 application with the interop Excel class (…

c# .net excel interop
Embed bash in python

I am writting a Python script and I am running out of time. I need to do some things that …

python bash interop language-interoperability
What is the interop dll?

I need some clarification. I have a Reportwriter dll that uses Crystal Reports. It is written in VB6. I have …

asp.net crystal-reports interop
Call F# code from C#

I am playing around with F# and C#, and would like to call F# code from C#. I managed to …

c# interop f#