[fpc-pascal] Makeskel error or error behind keyboard?
Sven Barth
pascaldragon at googlemail.com
Tue Nov 15 09:38:18 CET 2011
Am 14.11.2011 17:11, schrieb Reinier Olislagers:
> Snippet of the code in question:
> { TCustomXMLXSDExporter }
> TCustomXMLXSDExporter = class(TCustomFileExporter)
> const
> DefaultDatasetName = 'Table1';<========== this is where it bombs
> // Name used for the exported table/dataset if no other name can be
> found.
> private
> FANode: TDOMNode; //Just a placeholder for a node which can be reused
>
> Am I doing something wrong or is makeskel in error?
Perhaps the parser does not yet support the "declarations inside
classes" feature?
Regards,
Sven
More information about the fpc-pascal
mailing list