freebasic / fbfrog

FreeBASIC binding creation tool
Other
34 stars 17 forks source link

Update fbfrog to generate FreeBASIC binding from C++ headers #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

FreeBASIC's OOP is compatible with C++. Generate bindings from simple C++ headers should be possible. This will save much of the work needed to port C++ headers. Of course, one will have to edit them afterward by hand as always.

The candidate for this is the FLTK library. Using very simple C++ and no templates. It's the ideal test case for this feature if it will ever be added.