Alexandre Julliard <[EMAIL PROTECTED]> writes:
> Robert Shearman <[EMAIL PROTECTED]> writes:
>
>> A main-threaded apartment is the first single-threaded apartment in
>> the process. It was designed to be used for legacy applications that
>> don't want to think about threading at all, even if they
Robert Shearman <[EMAIL PROTECTED]> writes:
> A main-threaded apartment is the first single-threaded apartment in
> the process. It was designed to be used for legacy applications that
> don't want to think about threading at all, even if they are always
> called from the same context, as is the c