Hello,
I have an problem with type_code on "included idl class"(explained with example below).
type_code.member_count() gives exception Null Pointer when "included idl class" try to subscribe .
the included idl class like that
include "other.idl"
..
struct mystruct {
otherNameSpace::memberofOther name;