D multimedia programming - a new website
Lukas Pinkowski
lukas.pinkowski at web.de
Thu May 4 04:35:19 PDT 2006
Am 03.05.2006, 23:29 Uhr, schrieb Hasan Aljudy <hasan.aljudy at gmail.com>:
> ahh .. I thought derelict was just a binding, i.e. C Headers --> D
> headers translation. and you still need the libs/dlls
Derelict uses function pointers which are assigned at runtime to
the functions in the DLLs (with the DerelictXX_Load()-functions).
Those function pointers have to be in some object file; additionally
SDL provides some widely used functions that are in fact Macros,
which have to be simulated by real functions.
More information about the Digitalmars-d-learn
mailing list