I have 2 files. In the first I export a global variable (it is a class):
extern
_declspec(dllexport) CMyClass g_MyClass;In the second, I include the header file and I can compile it.
But if I want to use Intellisense after the point:
g_MyClass.
It say that it is not a class, struct or union
Is it a problem of the .NET or should I set up something in the options
Thanks, Adriano

Intellisense don't show the list of functions...
alli
Let us know if you need more background in this kind of usage,
Thanks.
Rob Adrian
Thanks for reporting this,