Creating a Simple Delphi IDE Expert

I want to create a simple IDE Expert for Delphi 7, as in the following image:

alt text

I checked the links provided for this question , but the OTA Api newsgroup is dead and most of the documentation is not available (broken links). Can someone give a starting point with this?

0
ide delphi delphi-7 toolsapi
source share
2 answers

This is not an easy task, trying to create your own expert. Some extensive knowledge of the delphi open Tools api (toolsapi.pas) \ is required

Some good places to start learning how to create an expert and / or use open source api tools

http://www.davidghoyle.co.uk/WordPress/?p=11

http://www.gexperts.org/otafaq.html

http://www.gexperts.org/otafaq.html#sample

http://www.gexperts.org/otafaq.html#projectgroup

http://www.gexperts.org/otafaq.html#resource

There are many others that can be found when searching in the Google API Delphi 7 + Open Tools

Good luck

+4
source share

This image is intended for an expert in the CnPack environment. This is an open source tool. You can download its source code from the link below and study it:

http://code.google.com/p/cnpack/downloads/list

BTW, AFAIK Galileo is the project code name for Delphi 8 and newer versions of the IDE, not Delphi 7.

+2
source share

All Articles