Skip to content
GillesArcas edited this page Aug 21, 2017 · 5 revisions

Welcome to the Drago wiki!

Compiling Drago

Installing Delphi 7

A free version of Delphi 7 Personal Edition can be downloaded at https://delphi.developpez.com/telecharger-gratuit/delphi7-perso/. This is a French version of the IDE. The link gives also the credentials and the walk through for installing.

Installing third part components

Download "3rd" directory from repository.

Open 3rd\TNT-TB2K-SPTBX directory and launch MultiInstaller.exe.

Select all default choices.

When asked for a folder, create for instance a "3rd" directory in your Delphi install directory.

Open 3rd\VirtualTreeView directory and launch VirtualTreeviewSetup.exe

Select all default choices.

Start Delphi and install BomeOneInstance and FloatSpinEdit with the standard procedure:

  • from menu Component (Composant), select Install components (Installer un composant)
  • push Browse button (Parcourir), open 3rd\BomeOneInstance and select BomOneInstance.pas
  • keep package as dclusr.dpk and press Ok
  • repeat with FloatSpinEdit

Install Drago components

Apply same procedure ("Install components") for the file Components.pas in src directory.

Compiling from IDE

Compiling from command line

Clone this wiki locally