Registriert seit: 12. Jan 2013
88 Beiträge
|
AW: indy tcp alternative that works with activex
7. Apr 2015, 04:18
Did you try out CoInitialize?
iam not using c++ and iam developing in delphi xe7
How is this API related to C++? Just call it like this CoInitializeEx(nil, COINIT_MULTITHREADED)
and include uses Winapi.ActiveX
.
i added Winapi.ActiveX in my uses and call CoInitializeEx(nil, COINIT_MULTITHREADED) on create event i still have the same error and got disconnect from server
|