Namespace ATL
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am programming a COM object in C++, to be used in a Visual Basic Apllication. I want to know if there is a way to separate the interface members with namespaces like this Study.FramesOfReference.Series.Item() where Study is a COM Object that contains a CoClass FramesOfReference which Contains a CoClass Series wich has a method Item() Thank U very Much Juan
JO :)