D multimedia programming - a new website

Anders F Björklund afb at algonet.se
Wed May 3 14:51:29 PDT 2006


Hasan Aljudy wrote:

> ahh .. I thought derelict was just a binding, i.e. C Headers --> D 
> headers translation. and you still need the libs/dlls

It's not always possible to translate C/C++ headers into D modules
without adding code. For instance any tricky macros or bit fields
require function wrappers in D, and those generate some object code.

--anders



More information about the Digitalmars-d-learn mailing list