01-15-2024, 07:59 PM
(01-14-2024, 02:54 AM)rlebeau Wrote:(01-13-2024, 06:41 AM)cpstevenc Wrote: there isn't A TidServerIoHandler version.
So pondering anything out there to deal with this?
Not that I'm aware of.
Well here is the story of what I am up against... and maybe you have an idea so can use OpenSSL ...
I have to use an ODBC driver where the company the writes it... still uses OpenSSL from 2005.
When any program I have that uses Indy does any SSL work, OpenSSL DLL files are loaded up into memory. So new OpenSSL files.
Well when that ODBC Driver loads, it appears to hook into the already loaded OpenSSL DLL files in memory.
Then the ODBC starts to fail left and right because "wrong" OpenSSL is running. Stack traces of memory dumps always lead back to this.
I am not sure if there is a way to prevent that or not.
1) The company that makes the Database/ODBC has zero interest on updating or changing anything.
2) There is no alternative ODBC software to this database engine.

