Hi.
I have compiled a native C++ project using the /CLR switch ("gloox", an XMPP library). The build succeeded and I'm able to reference it from a C# project (ie it shows up in the References folder). The C++ project exposes some classes under the namespace 'gloox'.
I can also see the gloox {} namespace in the object browser, along with all the exported classes.
The problem is that from the C# project I can't 'see' the gloox namespace (ie 'using gloox' does not compile).
Thanks