Dynamically loading a D dynamic library from a c++ program

Freddy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 26 12:41:13 PDT 2014


On Friday, 26 September 2014 at 16:43:30 UTC, Olivier Leduc wrote:
> Hello,
>
> I need to use a C++ SDK to create a plugin an existing closed 
> source c++ application and I would like to know if its possible 
> to use D for that task.
>
> Would is be possible to port the SDK header files and call the 
> exposed functions inside the C++ program from a D dynamic 
> library?
>
> Is it possible at all?
>
> Thank you very much!
Try looking at this:
http://dlang.org/dll-linux.html


More information about the Digitalmars-d-learn mailing list