{$IFDEF CHROMIUM}
TWebChromium = class(TCustomWebChromium)ù
at this line I have this error ...
[dcc32 Warning] GMLib_D_Seattle10.dpk(59): W1033 Unit 'ceflib' implicitly imported into package 'GMLib_D_Seattle10' [dcc32 Error] WebControlVCL.pas(149): E2003 Undeclared identifier: 'TCustomWebChromium' [dcc32 Error] WebControlVCL.pas(149): E2021 Class type required
what is wrong ? $DEFINE CHROMIUM
is activate in gmlib.inc
...Chromium)ù
should it not be...Chromium);
? If you've copied it correctly then obviously you need to change the u-accent-grave to;
. – Johan