Interfacing C++ to D --> or better: C++ --> C ---> D (DLL)

BeschBesch d475502 at drdrb.com
Sat Mar 29 08:05:04 PDT 2014


> extern (C)   /// needed so the compiler can link the functions
> {
>
> void Test();
>
> }

The function of course is called "Test1" not Test.


More information about the Digitalmars-d-learn mailing list