3
votes
4answers
187 views
Calling Java code from a C# COM DLL that’s used by a WIN32 application?
I have a very simple problem. I have an application which is written in Delphi 2007 for WIN32. It uses a C# DLL which is imported into the project through it's COM interface and a simple trick to …
