On Monday, 3 October 2016 at 12:08:54 UTC, Chalix wrote:
So, if there is no need for wrapper functions, why are there a lot of them?


A lot of people like the wrappers as being prettier to use since you can turn C functions into classes and such. gtkd is an example of that.

Furthermore, if there is an not very popular C library, where no wrapper function exists, would it possible to include it into a D project?


Of course, it is simple, just bring over the necessary struct, constant, and function prototypes and it just works.

Reply via email to