G
gh
I was trying to compile some code in the dos prompt for the PPC. It keeps
telling me, however, that TabIndex is not supported. I get:
Dice.cs(90,4): error CS0117: 'Dice.WinForm' does not contain a definition
for
'SuspendLayout'
and
Dice.cs(108,4): error CS0117: 'System.Windows.Forms.Button' does not contain
a
definition for 'Name'
and
Dice.cs(120,4): error CS0117: 'System.Windows.Forms.Button' does not contain
a
definition for 'TabIndex'
I am very confused? I thought C# was the same everywhere? How do I know
what is supported or not?
telling me, however, that TabIndex is not supported. I get:
Dice.cs(90,4): error CS0117: 'Dice.WinForm' does not contain a definition
for
'SuspendLayout'
and
Dice.cs(108,4): error CS0117: 'System.Windows.Forms.Button' does not contain
a
definition for 'Name'
and
Dice.cs(120,4): error CS0117: 'System.Windows.Forms.Button' does not contain
a
definition for 'TabIndex'
I am very confused? I thought C# was the same everywhere? How do I know
what is supported or not?