blikblum / luipack

Collection of Freepascal / Lazarus components and applications
55 stars 35 forks source link

Append missing unit LCLPlatformDef in two Cairo demos #37

Closed rchastain closed 1 year ago

rchastain commented 1 year ago

Otherwise the demos don't compile:


Compile Project, Target: cairo_snippets_gui.exe: Exit code 1, Errors: 1, Warnings: 1
main.pas(46,27) Error: Identifier not found "LCLPlatformDirNames"
Compile Project, Target: cairoclock.exe: Exit code 1, Errors: 1
fmain.pas(141,31) Error: Identifier not found "LCLPlatformDirNames"
blikblum commented 1 year ago

Many thanks

rchastain commented 1 year ago

You are welcome.