Hi,
I am new to SAX for Pascal and XML as such. I am using
SAX for Pascal for a sample Delphi project to
demonstrate SAX parsing. I am getting the following
error each time I close the application. This happens
irrespective of whether I do any parsing activity or not.
I could debug till the SAX.pas unit finalization section.
initialization
SAXVendors := TStringList.Create;
finalization
ClearVendors;
SAXVendors.Free;
end.
After the final end. statement it throws the
error "Runtime Error 217 at 004027EC".
Please suggest what could be the reason for this error.
Any pointers would be of great help.
Thanks and regards,
Atul
Logged In: YES
user_id=290026
It seems we never got notified of this bug entry.