An open API service indexing awesome lists of open source software.

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

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