Quote:
quote:Originally posted by marcostraf
Is you app an ActiveX dll?
How are the two classes instanciated (private, public etc)?
Does the compiler stop in cls2 at the line that declares m_cls?
Marco
|
yes ... it is an activex dll..
its instanciated like this..
in class 2
----------
Private m_cls As class1
yes it stop in cls2 at above code....
and gives error like "automation type not supported in Visual Basic"
(all function are public defined in class1)
Thanks in advance
tdh