![]() |
indy tcp alternative that works with activex
is there any alternative for indy library can work with activex ? i using indy into my tcp project but threds not working with activex or maybe there is some solve i can find about my project here ,, i asked about this in stack overflow and here is my question
![]() unfortunately the answer there is not working even in stand alone app , any suggestion about that ? |
AW: indy tcp alternative that works with activex
Im not that deep into ActiveX, but maybe
![]() ![]()
Delphi-Quellcode:
.
CoInitializeEx(nil, COINIT_MULTITHREADED)
|
AW: indy tcp alternative that works with activex
If you want to access websites over http/https there is a ActiveX CoClass (and a interface) inside the microsoft msxml2 library available.
![]() |
AW: indy tcp alternative that works with activex
Zitat:
|
AW: indy tcp alternative that works with activex
60% of the internet traffic is http/https. Undeniably it's the most important internet protocol.
Often developers can't see the advantage to build their software on top of the http protocol; instead they build their own TCP protocol. (and fail to get the message framing right) My post was just an offer. You didn't tell us any details about your problem, so don't expect answers that hits the bulls eye. |
AW: indy tcp alternative that works with activex
Zitat:
![]() |
AW: indy tcp alternative that works with activex
Did you try out CoInitialize?
|
AW: indy tcp alternative that works with activex
Zitat:
|
AW: indy tcp alternative that works with activex
Zitat:
Delphi-Quellcode:
and include
CoInitializeEx(nil, COINIT_MULTITHREADED)
Delphi-Quellcode:
.
uses Winapi.ActiveX
|
AW: indy tcp alternative that works with activex
Zitat:
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 |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:21 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz