
accessing objects in a c++ DLL from a c++ activeX control placed in a VB application
i have VB application that has a c++ activeX control and accesses a c++ DLL
both of
which make use of the same userdefined class. can i pass the address of
this
object from the dll to the VB application which in turn passes it to the
activeX control? and can the control then access the members/data and
functions of that object (which is in the DLL's memory) ??
any help wud be appreciated,
thanks,
Julian.