www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - (Oh My) Gentool 0.1.0

(Oh My) Gentool - Yet another C/C++ binding generator.

This release has few changes and tweaks, the most important one 
is the ability to process templated functions/methods on Windows 
and reduction of missing linker symbols numbers.

Please note that it is still in its early stage and may contain 
bugs and many missing language constructs, as well as lack of 
conversion for certain language constructs.

It is still hard to use it directly on a real libraries due to 
many syntax and semantics issues, however it is already a 
valuable tool for making thin wrappers on C++ side to quickly 
bring them to your D code, given that your wrapper headers does 
not contains complex bodies or templates, or direct inclusions of 
other libraries headers.


How to start - 
https://github.com/Superbelko/ohmygentool/wiki/QuickStart

Code https://github.com/Superbelko/ohmygentool
Binaries 
https://github.com/Superbelko/ohmygentool/releases/tag/v0.1.0
Feb 02 2019