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
