Herd Software Development
DaVinci Graphics Library
DaVinci Documentation
Implementing DaVinci in Borland Pascal 7.0
-
Specify the VCL\DELPHI directory as include and TPU directory in the options settings of the compiler.
-
Add....
UNITS LEONARDO, DAVINCI;
...near the top of your Pascal source file.
-
Create a button or menu item for import, and assign the appropriate code to this item in your program. See the CMFILEOPEN in the sample davdemo Pascal program’s source code for a sample implementation.
You may also wish to explore GETDIB.PAS and GETTEST.PAS. They demonstrate how DIB data can be addressed in Pascal applications, and provide useful, ready-to-use utility graphics functions.
Þ The Delphi TImage component