Author Topic: 727 and C# constructors  (Read 2774 times)

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
727 and C# constructors
« on: May 19, 2004, 10:22:06 pm »
 >:(  >:(  >:(
Is it just me,  (not that I'm paranoid), or does build 727 insist that a method have a return type.

The current system we are looking at has several gazillion constructor overrides and every time I touch one of them it sets the return type to void.  Thus effectively converting the constructor to a general method.


Have I changed some setting somewhere that is causing me this grief?

tia
Bruce
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: 727 and C# constructors
« Reply #1 on: May 20, 2004, 07:58:11 pm »
Rats! Obnviously I have done something untoward.
:(
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: 727 and C# constructors
« Reply #2 on: May 23, 2004, 06:56:14 pm »
No, I don't think you've done anything wrong.  EA is just currently doing that (and I believe it has been for quite a while)

However it's being looked into and should be fixed soon.

Simon