> Thanks Benoit, > This enabled me to run in the IDE. I still have other mods to do as the > components do not fit on the form but I will work on this. > The error#11 did not happen with the V2.0 project. I started Gambas 3, > select File/New Project/QT4. > Get a project with FMain. Press F5 and runs ok. CLick the X to close > the form and get error #11 plus the warning I mentioned previously. > > Regards > Mike >
Please, can you run your project with the valgrind tool to know where it crashes exactly? 1) Gambas 3 must be compiled with debugging information enabled, which should be the case by default. 2) Open a terminal 3) "cd" to the directory of the project that crashes 4) Run the following command: $ valgrind --tool=memcheck --track-origins=yes --num-callers=50 gbx3 5) Send me the output of valgrind. Of course, the valgrind tool must have been installed. Thanks in advance. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user