https://github.com/delphiworlds/experttool
Utility for managing Delphi experts
https://github.com/delphiworlds/experttool
Last synced: 5 months ago
JSON representation
Utility for managing Delphi experts
- Host: GitHub
- URL: https://github.com/delphiworlds/experttool
- Owner: DelphiWorlds
- License: mit
- Created: 2023-06-01T23:02:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T23:21:50.000Z (about 3 years ago)
- Last Synced: 2025-05-29T13:53:54.036Z (about 1 year ago)
- Language: Pascal
- Size: 79.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# ExpertTool
## Description
ExpertTool is a utility for managing enabling/disabling Delphi experts.
It is similar to the Expert Manager in GExperts, however it has some extra features over and above Expert Manager.
## Compiling ExpertTool
ExpertTool was written in Embarcadero's Delphi, using version 11.0, however it may compile for earlier/later versions.
The code depends on units from the [Kastri](https://github.com/DelphiWorlds/Kastri) project, so you will need to include a path to these units in order for ExpertTool to compile.
## Documentation
More documentation is coming soon..
## Known issues
Compiles OK for Win64, however some things need fixing
## Version History
v1.0.0 (Jun 2nd, 2023)
* Initial release