You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickly glancing over the code, several of the external dependencies listed in the repository can be eliminated as they already exist in the RTL Delphi ships with.
E.g, the MD5 unit can be replaced with System.Hash or the sqlite wrapper with either FireDAC or System.Sqlite.
System.Net.Socket has an excellent socket class and XSuperObject can be replaced with System.JSON.
The text was updated successfully, but these errors were encountered:
Quickly glancing over the code, several of the external dependencies listed in the repository can be eliminated as they already exist in the RTL Delphi ships with.
E.g, the MD5 unit can be replaced with System.Hash or the sqlite wrapper with either FireDAC or System.Sqlite.
System.Net.Socket has an excellent socket class and XSuperObject can be replaced with System.JSON.
The text was updated successfully, but these errors were encountered: