I don't know if i am doing it right, but this is what i get:

Thread @25 stopped at #0: 0xb6f8b3c0 in gameClass.Game.initRooms()+0x4f0 at
/home/cere/temp/poker/Server/gameEngine.cs:230.
 230                     addRoom(i - 1, ids[i - 1], numes[i - 1],
Convert.ToInt32(maxPlayers[i - 1]), Convert.ToInt32(sb[i - 1]),
Convert.ToInt32(bb[i - 1]), Convert.ToInt32(minBuy[i - 1]),
Convert.ToInt32(maxBuy[i - 1]));
Display 1 ("18"): 18
(mdb) print maxPlayers[i - 1]
syntax error, expecting DOT DOTDOT COMMA OPAREN CPAREN OBRACKET CBRACKET
QUESTION ARROW
ERROR: C#, Token: MINUS   : Parsing error
(mdb) print maxPlayers[0]
(string) ""
(mdb) print maxPlayers[2]
ERROR: Index of array expression `maxPlayers' out of bounds.
(mdb) print maxPlayers[1]

-- 
View this message in context: 
http://www.nabble.com/C--binary-issue-tp24184437p24220138.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to