DelphiBuilder / NetCom7

The fastest communications possible. Delphi rulez.
MIT License
174 stars 43 forks source link

Install Problem #21

Closed clarkemerick closed 6 months ago

clarkemerick commented 2 years ago

Was trying to install to evaluate (Delphi 11) and I get this error : [dcc64 Fatal Error] NetComRegister.pas(16): F2613 Unit 'ToolsAPI' not found. any ehlp would be appreciated. Need a solid socket server/client solution that can deal with wifi disconnects etc.

DelphiBuilder commented 2 years ago

Hi man,

It seems D 11 has changed the name of this unit?! Will try it out. What you could do in the mean time is to try to get the ToolsAPI reference out, along with all the offending code. It needed ToolsAPI because it was specifying to Delphi that when you double click on the component as design time, for OnHandleCommand to be implemented, but this is only eye-candy, so you can get rid of it.

I will be uploading a new version to be sure to have D11 support. Thank you very much for your email, had not realised we have a problem with D11. Sorry for the late response, I am trying to build a semiconductors’ lab and it is a bit too much overwhelming.

Kindest regards, Bill Demos

On 12 Jan 2022, at 10:05 PM, clarkemerick @.***> wrote:

Was trying to install to evaluate (Delphi 11) and I get this error : [dcc64 Fatal Error] NetComRegister.pas(16): F2613 Unit 'ToolsAPI' not found. any ehlp would be appreciated. Need a solid socket server/client solution that can deal with wifi disconnects etc.

— Reply to this email directly, view it on GitHub https://github.com/DelphiBuilder/NetCom7/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHPHGTBAPSKHNY754H5JTB3UVXNJFANCNFSM5LZ37XHQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.

DelphiBuilder commented 6 months ago

I have by now repeatedly installed net com on a few versions of Delphi 11, including 11.4. Cannot replicate the issue.