Book a Demo

Author Topic: ea 6 beta problem  (Read 5301 times)

rescobar

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
  • Viva Bolivia
    • View Profile
ea 6 beta problem
« on: November 08, 2005, 05:38:38 am »
Hi. I'm trying EA 6 beta. I have the following problem:
when I try to reverse the following code:

Namespace reu.TecniSysApp.UI
 Public Interface IFormsIterator
   Function hasNext() As Boolean
   Function hasPrevious() As Boolean
   Function next1() As Object
   Function previous() As Object
   Property Position()
   ReadOnly Property Count() As Integer
 End Interface
End Namespace

nothing happens. There is parse error in line 0 when I see the code with "view code"

Nevertheless the following code is reversed ok:

Namespace reu.TecniSysApp.UI
 Public Interface IFormasAggregate
   Function createFormsIterator() As IFormsIterator
 End Interface
End Namespace

Help please!!

Ramiro
Sergio Escobar
[email protected]

rescobar

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
  • Viva Bolivia
    • View Profile
Re: ea 6 beta problem
« Reply #1 on: November 08, 2005, 05:48:54 am »
The problem is with the keyword "Property" that is absolute rigth to use in VB.NET
I think that maybe we have a bug there.
Regards
Ramiro
Sergio Escobar
[email protected]

rescobar

  • EA User
  • **
  • Posts: 69
  • Karma: +0/-0
  • Viva Bolivia
    • View Profile
Re: ea 6 beta problem
« Reply #2 on: November 08, 2005, 05:57:33 am »
Trying with ea 5.772, the code is reversed ok.
Rgds
Ramiro
Sergio Escobar
[email protected]

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: ea 6 beta problem
« Reply #3 on: November 08, 2005, 01:44:13 pm »
You're right.  It does look like a bug.

It should be fixed in the next build.