Unfortunately, you cant use C++ namespaces. More about interfacing to C++ here: http://www.dlang.org/cpp_interface.html .

The easiest way to solve this is to write a C function that will glue your code with the C++ library.

Reply via email to