Skip to main content

Questions tagged [interoperability]

-4 votes
1 answer
104 views

Related: Best practice for interoperable TypeScript→JavaScript? - Frameworks, browser extensions Angular, React, Vue, Svelte &etc. exist and are popular. Some use rxjs to flow from HTTP response, ...
Samuel Marks's user avatar
7 votes
2 answers
366 views

The GPT (GUID Partition Table) is the most accepted modern standard for partitioning of a data storage device. Its unit for the offset and size of a partition is so-called sector*. Is it a well-...
Incnis Mrsi's user avatar
2 votes
2 answers
170 views

If I give a real example, I want to create a desktop software that includes: electron js app that communicates with react js using IPC channels. I need to communicate with software that only has a ...
Ali Shefaee's user avatar
1 vote
1 answer
107 views

I have a C-Style API with methods that return pointers to native objects, e.g. EXPORT hs::Pose3d* getJointEndPose(dh::Joint* joint); And in C#, [DllImport("Solver.dll")] public static ...
sebf's user avatar
  • 285
0 votes
2 answers
776 views

There are many packages for creating bindings of a library that's written in one language to be called from another language. Some programming languages also include such interop in the standard ...
danijar's user avatar
  • 846
3 votes
2 answers
2k views

We have 2 applications that are part of our product, one is written in native C++ and lives in its own solution, and the other is a C# application in its own solution. Both solutions are in the same ...
Shahin Dohan's user avatar
1 vote
3 answers
294 views

Say I have one website created with the LAMP stack and another with the MEAN stack. I want to create a program which estimates the entropy of a password so that I can add a password strength meter to ...
Sean Letendre's user avatar
5 votes
2 answers
400 views

A C# .NET application talks to an external component by calling a known API and marshalling interop structures from the component's response. This is already implemented and working well. However, ...
user5877732's user avatar
1 vote
1 answer
138 views

I work for a software company that makes business information systems for a large enterprise. We do systems for invoicing, payment, planning, etc. The enterprise uses SAP for their core system, and ...
d.a.vorm's user avatar
  • 179
2 votes
2 answers
896 views

Mobile app: (Patient) I've developed an android mobile application which you can register, login, enter your personal information, enter your blood pressure factors, heart rate, and blood sugar. In ...
Jasmine's user avatar
  • 29
2 votes
3 answers
892 views

Is it possible to write a C++ program that, say, passes an int array to a java program without writing it to a file? Motivation for question: I was wondering what matlab is and how it came to be an ...
Minh Tran's user avatar
9 votes
3 answers
2k views

I came across this interesting article: How I Came to Love COM Interoperability on CodeProject, which got me thinking... The author argues that they do not want any COM-ities in their .NET library ...
robodude666's user avatar
4 votes
3 answers
3k views

When Microsoft released Visual Studio 2008, there was a thing they were talking a lot about at the conferences and in their online tutorials: the idea of writing the actual code in one language, and ...
Arseni Mourzenko's user avatar
5 votes
1 answer
1k views

Background In a language like F#, direct interoperability with most other .NET languages is possible. For example, it is possible to use classes written in C# directly in F#, and it is possible to ...
nilu's user avatar
  • 1,024
3 votes
2 answers
2k views

I like PHP. It's not overly complex to achieve what you want, you can write straight up HTML inside it, and I suppose I'm just used to it. I also like Go, having just discovered it while looking for ...
Adam 's user avatar
  • 1,397

15 30 50 per page