Is it possible to translate this API's C headers?

Guillaume Piolat spam at smam.org
Tue Sep 18 08:14:50 UTC 2018


On Monday, 17 September 2018 at 03:16:33 UTC, spikespaz wrote:
> Could one of you give me pointers about how to go about this? I 
> have the dynamic link libraries, the static libraries, and the 
> header includes.

Every other language other than C++ will have the same problem as 
you interacting with this library, so you could follow this plan.

Step 1
Chime in https://github.com/ultralight-ux/ultralight/issues/15 
and wait until it is implemented: everyone will need this since 
its a C++ library hence unusable from any other language

Step 2
Ask for binary releases in dynlib form, or build them yourselves.

Step 3
Implement a BindBC or Derelict library


More information about the Digitalmars-d-learn mailing list