Hello people.

The following link is an example of how you can export whole classes from a DLL and load them back in your app in Delphi. I used FastMM as the memory manager, but you can leave it out.

Exporting/importing a class from DLL in Delphi