RichEditorDockPanel Demo

Just tried running the RichEditorDockPanel Demo - got this error:

[DCC Fatal Error] advgdip.pas(37): F1026 File not found: 'ComObj.dcu'

Latest version of the code installed.

Regards

Dave Craggs

Please verify the unit scope names settings in the project.
These should be the default values:

Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell
This is what's in the project. 

Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi

Dave

Please use:

Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell

Will do, but you could do with updating the demo project


Thanks

Dave

We will check

OK - just tried that and got


[dcc32 Fatal Error] AdvToolBarMDI.DPR(7): F2613 Unit 'Forms' not found.

Dave

I cannot understand that. If VCL is in your project unit scope names, it should find Forms.