Menu

Tree [22d6bd] master /
 History

HTTPS access


File Date Author Commit
 Runner 2019-03-19 Alexandr KD Alexandr KD [686e80] Initial commit
 dll 2019-03-19 Alexandr KD Alexandr KD [686e80] Initial commit
 .gitattributes 2019-03-19 Alexandr KD Alexandr KD [686e80] Initial commit
 .gitignore 2019-03-19 Alexandr KD Alexandr KD [341a44] readme and release exclude
 LICENSE 2019-03-19 Alexandr KD Alexandr KD [686e80] Initial commit
 ProjectGroup1.bdsgroup 2019-03-19 Alexandr KD Alexandr KD [686e80] Initial commit
 README.md 2019-03-28 Alexandr Alexandr [22d6bd] Update README.md

Read Me

DLL_proj

This source is really simple example of how you can split your real app logic between dll and exe.
In this case I put a logic, that moves any object it get, into my dll,
Than i call dll's function from my Runner app, giving them my button and dimension limits.

The dll code is ind *.dpr file