[fpc-pascal] Makeskel error or error behind keyboard?

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Tue Nov 15 09:50:07 CET 2011



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.



More information about the fpc-pascal mailing list