On Tue, 15 Nov 2011, Sven Barth wrote:

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?

It does not support this. I am working on it, but I need to refactor a large part of the parser.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to