Le 14/03/2015 15:27, Jussi Lahtinen a écrit :
> I think you missed my mail..?
> See attached project.
>
>
> Jussi
>

Just don't instanciate your form there.

That new error message tells you that it is too early for the Qt4 
library, because it is initialized just before your Main() method is 
called, but after the startup class (and hence your variables) are 
initialized.

I will try to initialize the GUI earlier If I can, but that's not sure.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to