Dmitry
You wrote in message news:
[hidden email]...
> Are virtual calls overlapped or not? I've a pressing need to call a method
> of COM object simultaneously with other threads.
You can overlap virtual calls, but since the call may then be performed on
an arbitrary thread the COM object will probably have to be free-threaded.
Regards
Blair