M
makai
Guest
If your class library (compiled to DLL - not COM) has a Protected level procedure, it can not be accessed from a derived class
this seems like a bug to me
I understand that Friend is not allowed since any client of the library has to be from a different project
but Protected allows visibility from other projects ... nicht va?
this seems like a bug to me
I understand that Friend is not allowed since any client of the library has to be from a different project
but Protected allows visibility from other projects ... nicht va?