Image

Imagesparkymark wrote in Imagecpp

Namespaces

Is there something I can include in an IDL file for a COM project so that C++ member functions generated from its type library will be in nested namespaces?

With the correct #import option I can get functions of the form

space1::method

but what I want is

space1::space2::space3::method

I think the "module" keyword may be relevant?