Page 1 of 1

Help with CGDevTools source code

PostPosted: 10 Apr 2019 22:54
by INFOSYS
Hi,
I need to build CGDevTools source code. I've unzipped CGDevTools_4.1.0.173 in the same installation folder ad added Library Path in Delphi Tokyo.
When I build, I have many error for uses Classes.
Exemple:

Code: Select all
Unit 'ActnList' not found
(It must be Vcl.ActnList)
Code: Select all
Unit 'Graphics' not found
(It must be Vcl.Graphics)

And so on...
I read an old PDF (SourceCodeHowTo.pdf) but still no success...

I need to replace uses with Delphi Refind utility?

Best Regards, Alfredo.

Re: Help with CGDevTools source code

PostPosted: 17 Apr 2019 09:13
by Alexander Bulei
Hi Alfredo,

Add the Vcl to the "Unit scope names" in Project Options or build configuration.

Best Regards.