[Gambas-user] Need help for resolving a strange behaviour in Gambas 3.3.4

laurent bernabe laurent.bernabe at ...626...
Wed Jan 16 16:09:06 CET 2013


Thanks :)

2013/1/14 Benoît Minisini <gambas at ...1...>

> Le 10/01/2013 13:21, Benoît Minisini a écrit :
> > Le 10/01/2013 12:02, laurent bernabe a écrit :
> >> Hello,
> >>
> >> Could someone help me for resolving a strange gambas behaviour ?
> >>
> >> When I run my project, I get an error saying me that I gave an incorrect
> >> type : but the stack trace is empty (Fmain.fmain.0) and I it does not
> >> show
> >> me where I did the error.
> >>
> >> I've attached a screenshot, my project in a compressed format (zip)
> >> and my
> >> configuration.
> >>
> >> Thanks in advance for your help.
> >>
> >
> > It's a bug in the compiler.
> >
> >      Private brouillon[6, 6] As New Integer
> >
> > is not syntactically correct. But the compiler instead compiles
> > something incorrect.
> >
> > You should write:
> >
> >      Private brouillon As New Integer[6, 6]
> >
> > Regards,
> >
>
> The compiler bug has been fixed in revision #5506.
>
> Regards,
>
> --
> Benoît Minisini
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122412
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list