meesoft / DiagramDesigner

Diagram Designer application source
MIT License
128 stars 46 forks source link

Classes not found #2

Closed Yahasana closed 2 years ago

Yahasana commented 4 years ago

classes TFloatEdit and TDoubleBufferredPanel not found

MainForm.TemplateFrame, MainForm.GridEdit and MainForm.CanvasFrame does not have corresponding component

[Fatal Error] DiagramDesigner.dpr(62): File not found: 'ImageDLLLoader.dcu' [Fatal Error] DiagramReader.dpr(19): File not found: 'FastMM4.dcu'

jkour commented 4 years ago

Same here. The Libs folder do not include them

meesoft commented 2 years ago

TDoubleBufferredPanel is in https://github.com/meesoft/DiagramDesigner/blob/master/Units/PanelFrame.pas#L90 TFloatEdit is in Units\ValueEdits.pas FastMM4 is under Lib\FastMM4 I have added the missing ImageDLLLoader.pas