MultiThreading with VBA SDK

H

Hervé ANCHER

Hello,

I'm french and I already sorry for my bad english !
I work on multithreading project in C++, and i integrated VBA in it. This
project need to work in multithreading model, but when I set this mode, I
can't open a VB project, I got this error : System Error &H80010106
(-2147417850)

I wnat to compile my project with COINIT_MULTITHREADED Atl support and not
with COINIT_APARTMENTTHREADED.

VBA 6.4 can't work in MultiThreading model ??
 
Top