Are there plans to get back the C API or to create COM-style interface?
Hi,
i didn't find new statements on the c api. The last statements i found was from 2013. It sayed that there maybe will be a C-API wrapper.
Is there something planned? I use Delphi for programming , and it could only handle C-DLLs. C++-DLLs couldn't be used because of different object structures.
Delphi could only use C++-DLLs that are using the COM-style interfaces.
So is there a plan to get the C-API back .... or that there will be a COM-style interface?
best regards Benedikt
Maybe this may help you until there will be something that handle your problem. Or maybe this?
In both links they use a C API or COM interface and not a C++ API. But thanks for the hints.