Book a Demo

Author Topic: Bug in EA 4.51  (Read 3485 times)

larsw

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Bug in EA 4.51
« on: February 21, 2005, 10:37:37 am »
Hi,

Just downloaded a trial version of EA 4.51 - and tried to import a C#-based project.

EA's C# parser can't eat the following line:



private static event DataObjectChangedEventHandler _dataObjectChangedHandler = new DataObjectChangedEventHandler(DataObjectChanged);


even though it's valid C#.

--larsw

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Bug in EA 4.51
« Reply #1 on: February 21, 2005, 01:21:11 pm »
Hi Larsw,

I've just checked and I can add that line into a C# class and it will import into build 748, so if you would like to download that then the problem should be solved.

Simon