Skip to content

Step by Step Create Total plugin project

Swift Expat edited this page Mar 13, 2022 · 5 revisions

This is a Step by Step guide to creating a TOTAL plugin.

Create your new project

In Delphi, go to File --> New --> DLL

image

Save your project.
Add a new unit to the project and save.

Configure Project Options

Compiler

Open project options and go to Delphi Compiler.

  1. Change target to "All Configurations - WIN 32bit"

  2. Add a conditional Define for EXPERT.
    image

  3. Add TOTAL and Kastri to Search Path.
    image

Runtime Packages

Go to Packages, Runtime Packages.

  1. Change target to "All Configurations - Win 32Bit"
  2. Link with Runtime Packages = true
  3. Runtime Packages add these designide;vclx;vcl;vclimg;rtl .
    image
Clone this wiki locally