Tagged Questions

5
votes
2answers
927 views

Legacy VB6 COM+ DLL calling into native Win32 DLL — threading issues with STA?

Come across what looks at first sight like an MT-issue, but I'm trying to understand in detail the STA model used by COM+. Effectively, I have a legacy COM+ component, written in VB6, that calls into ...