Hi, > - fun one: several vars of type uint that are initialised with the value -1 > ;-)
Actually the old compiler does warn about it, and i ends up with a value of 4294967295 Probably safe to replace the -1 with int.MAX_VALUE. Thanks, Justin
Hi, > - fun one: several vars of type uint that are initialised with the value -1 > ;-)
Actually the old compiler does warn about it, and i ends up with a value of 4294967295 Probably safe to replace the -1 with int.MAX_VALUE. Thanks, Justin