Author Topic: Crash parsing Delphi properties  (Read 2471 times)

jnavr

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Crash parsing Delphi properties
« on: January 12, 2006, 12:21:39 am »
Hi.

I tried to import a Delphi unit containing properties stored in a structure, something like this:

   property LinkValue : String read FDBTNStruct.LinkValue write FDBTNStruct.LinkValue;

EA crashes parsing that line. If this line is removed from the source file, it is successfully parsed. Even the latest build experiences this issue.

It seems that this bug is new to version 6.0, it was encountered on builds 781 and 778. An older build 5.00.768 parses the same unit successfully.
« Last Edit: January 12, 2006, 05:55:53 am by jnavr »
jnavr

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8083
  • Karma: +118/-20
    • View Profile
Re: Crash parsing Delphi properties
« Reply #1 on: January 12, 2006, 01:01:33 pm »
It looks like our new parser doesn't know about qualified names in properties.  We'll fix that as soon as possible.

jnavr

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Crash parsing Delphi properties
« Reply #2 on: January 13, 2006, 12:10:03 am »
Thanks.
jnavr