I found integer bug in gambas. Please try ?54*41000000 in gambas
console. The result is negative, maybe because 41000000 is converted
to integer rather than long integer. I can solve it by use manual
converting to ?54*clng(41000000) but I think it should converted
automatically by interpreter, isn't it?
Another anomali (I am not search the detail yet) when I change gb.qt
to gb.gtk: When I navigate between textbox with keyboard Tab it raise
gambas error (it seems divide by zero) but rapidly another error raise
(message box already open) and gambas close  with signal 11. I hope
this little information can help to solve the problem, or may be I
will investigate more deeply (cause my program already complex now) in
later time. When I switch back to gb.qt everything normal again.

Regards

L.Jumadi

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to