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

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

Clone this wiki locally