
Connection points between a VB COM-based and ATL COM-based (NT Service) MTA
Since the service uses MTA, no marshaling is needed. No worries
whatsoever - just like the in-proc case. The trick is to call
CoInitalizeSecurity in VB, though... (Don't ask me about that
though, I'm not a VB expert...)
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
Quote:
> You can pretty much ignore the threading issues as COM will take care
> of the details. That is, unless, you pass the VB component from one
> thread to another, in which case you will have to use the GIT.
> I hope this helps.
> Mark
> On Thu, 20 Jul 2000 16:47:51 +0200, "Monica Graber"
> >How do I create and use Connection points in an VB COM-based server and
ATL
> >COM-based (NT Service) MTA ?
> >How do I solve the problem between STA in VB and MTA in ATL ?
> >Where can I find information about this ?
> >Thanks in advance,
> >Monica Graber