The easiest way to solve this is to write a C function that will glue your code with the C++ library.
Unfortunately, you cant use C++ namespaces. More about
interfacing to C++ here: http://www.dlang.org/cpp_interface.html .
- Calling a C++ Object from D David Eagen
- Re: Calling a C++ Object from D Zachary Lund
- Re: Calling a C++ Object from D Dejan Lekic
- Re: Calling a C++ Object from D Richard Webb
- Re: Calling a C++ Object from D Richard Webb
- Re: Calling a C++ Object from D David Eagen