lloydy
July 21st, 2004, 01:26 AM
Hi,
I'm having a bit of a problem with a collection (inheriting from CollectionBase) I have created called My_ConfigCollection. I created the collection, and used another class in the same namespace as a base. Then I build the project as a dll and it is used. The problem is that if I use a certain class (my_ClassA) as a "base" then the Class won't even compile. With another class (MyClass2) as the base the whole solution will build. I have two other collections that are working fine in the same namespace. Can anyone help.
The compile error is C3636 : 'RTUnetAPI::My_ConfigCollection' is inaccessible or undefined in 'RTUnetAPI'
thanks in advance
I'm having a bit of a problem with a collection (inheriting from CollectionBase) I have created called My_ConfigCollection. I created the collection, and used another class in the same namespace as a base. Then I build the project as a dll and it is used. The problem is that if I use a certain class (my_ClassA) as a "base" then the Class won't even compile. With another class (MyClass2) as the base the whole solution will build. I have two other collections that are working fine in the same namespace. Can anyone help.
The compile error is C3636 : 'RTUnetAPI::My_ConfigCollection' is inaccessible or undefined in 'RTUnetAPI'
thanks in advance