|
From: SourceForge.net <no...@so...> - 2009-04-28 17:45:22
|
Bugs item #2783037, was opened at 2009-04-28 19:45 Message generated for change (Tracker Item Submitted) made by anti-dau You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104213&aid=2783037&group_id=4213 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: parser (Delphi 200x features) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jakob Wenzel (anti-dau) Assigned to: Nobody/Anonymous (nobody) Summary: Error with Class Operators Initial Comment: When parsing a record with class operators like this, an error is generated and the whole file is not included: class operator Add(p1,p2:TMyPoint):TMyPoint; The error message is as follows: Error EPasDoc: F:\Delphi\jdvd\trunc\common\uPersons.pas(14): One of symbols "," or ":" expected while parsing unit uPersons.pas, continuing... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104213&aid=2783037&group_id=4213 |