Re: [Gambas-user] Unable to run executable

2016-09-17 Thread Jussi Lahtinen
Never mind, I had accidentally changed my path where to make the executable and thus I was trying to run very old binary! Everything works fine. Jussi On Sun, Sep 18, 2016 at 5:44 AM, Jussi Lahtinen wrote: > My project runs fine from the IDE, but as executable I get this to > terminal: > > T

[Gambas-user] Unable to run executable

2016-09-17 Thread Jussi Lahtinen
My project runs fine from the IDE, but as executable I get this to terminal: TheMainModule.@init.20: GUI is not initialized TheMainModule.@init.20 It's huge project with closed source. It uses Qt4 component. Other Gambas made executables run without problems. Any idea where to look at..? I will