Converting TickZOOM Engine to C++? Support C++,Java,& C#?

Quote from anonymous:

This is slightly OT, but how do you do this? I've never had to do it until now, and in reading up I see several ways of doing it. It seems the Java Native Interface might be the way to go but I thought I'd ask you in case you've used one method or another.

- Andrew.

Oh, I never have used them. I just searched and found good articles.

For the C# becoming a COM object, that's fairly easy since it's a MS supported feature to make them interoperable.

For the C# to Java Interop, it's a little more tricky. I don't know exactly yet how to do it but reading up on it, it appeared easier than going C++.

But I could be wrong. Let me know if you find anything.
 
Back
Top