Re: [Gambas-user] Bug in convetion values

2010-12-29 Thread BenoƮt Minisini
> Hi again! > > Create one new project and in u class type > > ' Gambas class file > PUBLIC vrDOCTO AS Single > > PUBLIC SUB Form_Open() > vrDOCTO = 0.1 > PRINT vrDOCTO > END > > > Run the program and in debug window show: > > 0,1000149 > > (teste:17087): GLib-GObject-WARNING **: ins

[Gambas-user] Bug in convetion values

2010-12-29 Thread Wellington de Souza Pinto
Hi again! Create one new project and in u class type ' Gambas class file PUBLIC vrDOCTO AS Single PUBLIC SUB Form_Open() vrDOCTO = 0.1 PRINT vrDOCTO END Run the program and in debug window show: 0,1000149 (teste:17087): GLib-GObject-WARNING **: instance with invalid (NULL) class poin