I can't confirm with only FMain.class, too much missing code for test run.
But signal 11 means that you are trying to access to memory location
that is not allowed.
So, if your program crash immediatly when starting, I suspect file
handling in Init_Setup.

If you like me to test it on Gambas 2.10 send whole project package
(at least all needed to run).
Anyhow, try to comment out this, and then try to run again;

    WHILE NOT Eof(hFileName)
      LINE INPUT #hFileName, hReadLine
      Seperate(hReadLine, recno)
      ItemName.add(IName[recno], recno)
      MItemName.Add(IName[recno], recno)
      INC recno
    WEND

Still signal 11?


Jussi

On Mon, Apr 20, 2009 at 17:47, CelticBhoy <weldon_g...@hotmail.com> wrote:
>
> Using 2.8, source code attached
> http://www.nabble.com/file/p23138207/FMain.class FMain.class
> --
> View this message in context: 
> http://www.nabble.com/Error-on-Jaunty-tp23132993p23138207.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to