Current status of DLLs

Benjamin Thaut code at benjamin-thaut.de
Wed Nov 7 11:50:50 PST 2012


Am 07.11.2012 20:01, schrieb DypthroposTheImposter:
>   can you statically link D to C++(no dll)?
If you compile it with a compiler that puts out the same object format, yes.

But if you want to have a interface to C or C++ you will need a C-Style 
interface anyway, so that works with DLLs.

Kind Regards
Benjamin Thaut


More information about the Digitalmars-d-learn mailing list