thats not a bug! cause 4/3 = 1.3333333333333333333333333333333 != integer.
thanks rohit --- Maurizio Colucci <[EMAIL PROTECTED]> wrote: > uint u = 3; > int i = 4; > int o = i/u; << error > > Mono gives the error: cannot convert from int to > long. > But there is no long here, just an uint (32 bits). > > > mono 0.26 redhat rpms. > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
