Konrad. 1 Posted May 19, 2022 Hi, I tried to install the MidWare in Delphi 11.1 1. I have already installed ICS for FMX and VCL 8.68 using GetIt package manager. 2. MidWare, I used MidwareD103InstallVcl.groupproj to do it. a) in OverbyteMwD103Run.bpl I have updated: + requires to: IcsCommonD110Run, and IcsVclD110Run. + in file OverbyteApsCli.pas uses from IcsSSLEAY to OverbyteIcsSSLEAY, and IcsLIBEAY to OverbyteIcsLIBEAY + in file OverbyteApServer.pas uses from IcsSSLEAY to OverbyteIcsSSLEAY, and IcsLIBEAY to OverbyteIcsLIBEAY + in file OverbyteApsCli.pas and included inc files are missing, ApsCliIntfSsl.inc and ApsCliImplSsl.inc -> created empy files + in file OverbyteApServer.pas and included inc files are missing, ApServerIntfSsl.inc and ApServerImplSsl.inc -> created empy files it now compiles OK b) in OverbyteMwD103Design.bpl + this file is missing OverbyteSObjThrd.pas. and I can not overcome this missing file. (or missing inc files, probably there is some good functionality there) Does anyone can share missing files with me? Regards Konrad Share this post Link to post
FPiette 382 Posted May 19, 2022 Quote this file is missing OverbyteSObjThrd.pas. This file is normally in Midware base directory. Attached to this message. OverbyteSObjThrd.pas Share this post Link to post
Konrad. 1 Posted May 19, 2022 Thank you, I found also the missing pas file in CollabNet Subversion Repository: midware - Revision 52: /trunk/Delphi/Midware (overbyte.be) had to change it a bit to remove BDE (DBtables) and move it to FireDAC for now. (since BDE no longer exists in D11) It compiles and installs ok. now some testing. 1 Share this post Link to post
Jens Fudge 0 Posted June 5, 2023 On 5/19/2022 at 2:30 PM, Konrad. said: Thank you, I found also the missing pas file in CollabNet Subversion Repository: midware - Revision 52: /trunk/Delphi/Midware (overbyte.be) had to change it a bit to remove BDE (DBtables) and move it to FireDAC for now. (since BDE no longer exists in D11) It compiles and installs ok. now some testing. Konrad: Would you be willing to share the OverbyteSObjThrd.pas file with the modifications you made with regards to removing BDE and adding FireDac in stead? Thanks in advance :-) Jens Fudge Share this post Link to post
Konrad. 1 Posted June 6, 2023 No problem, I found the file, After I checked the licencing, I went away from Midware as it requires commercial licence, and I only needed one tiny element of it, so I wrote it my self instead. Konrad OverbyteSObjThrd.pas Share this post Link to post
Jens Fudge 0 Posted June 7, 2023 21 hours ago, Konrad. said: No problem, I found the file, After I checked the licencing, I went away from Midware as it requires commercial licence, and I only needed one tiny element of it, so I wrote it my self instead. Konrad OverbyteSObjThrd.pas Thank you, very kind of you :-) Share this post Link to post