Hi Powerbuilder guru.
I open a post in the hope that it will not go off topic.
In the company we are trying to write a DLL that must be read by PB and Java.
Abandoned the 'NET Assembly target' we wrote this DLL with Visual Studio c #.
Assuming that in Powerbuilder I have to invoke the DLL as an ole object, how should I do it in Java?
CAN YOU HELP ME ?
The technicians tell me:
1. * _Javonet_ * (https://www.javonet.com)
It is a library that is used easily and quickly, but it is very expensive.
2. * _Jni4net_ * (http://jni4net.com) -
It does the same things as Javonet.
It's free, but development / support ended in 2016.
What alternatives could we have?
(naturally we would not like a _ * native wrapper * _
(Java calls a dll in C ++ that calls the dll in c #).
Every suggestion is welcome
Gimmy