G
Guest
I've created a lightweight COM wrapper in eC++ that allows me to call out
from managed code to a COM object. However, the COM object in question
raises events at certain times, which I need to trap and access. I've
noticed that the Compact Framework offers the GuidAttribute / DispIDAttribute
/ COMVisibleAttribute features, while omitting most others that alloe managed
code to interact with COM. Seeing that that these features are there for a
reason, is there a way for me to expose managed code to a COM object using
the aforementioned COM interface attributes?
FYI - please don't refer me to v2.0 of the CF. I develop production systems
with non-beta products only (not to say that what I've engineered is oriented
to eventually use CF 2.0).
Thanks,
Jeff Potts.
from managed code to a COM object. However, the COM object in question
raises events at certain times, which I need to trap and access. I've
noticed that the Compact Framework offers the GuidAttribute / DispIDAttribute
/ COMVisibleAttribute features, while omitting most others that alloe managed
code to interact with COM. Seeing that that these features are there for a
reason, is there a way for me to expose managed code to a COM object using
the aforementioned COM interface attributes?
FYI - please don't refer me to v2.0 of the CF. I develop production systems
with non-beta products only (not to say that what I've engineered is oriented
to eventually use CF 2.0).
Thanks,
Jeff Potts.