Registriert seit: 3. Sep 2004
4.629 Beiträge
Delphi 10.2 Tokyo Starter
|
AW: indy tcp alternative that works with activex
5. Apr 2015, 19:05
Im not that deep into ActiveX, but maybe CoInitialize or CoInitializeEx will solve your problem. You should try out CoInitializeEx(nil, COINIT_MULTITHREADED)
.
|