Loading a C/C++ dll

Kagamin spam at here.lot
Tue Sep 7 11:40:22 PDT 2010


OK Wrote:

> I know the extern(C) mechanism, but how do I actually load a C-dll
> such that my D-program has access to the functions of the C/C++ dll.
> 
You just link to it, system loader will do actual loading for you automatically.


More information about the Digitalmars-d-learn mailing list