[mono-vb] BC29999 and BC

Rafael Teixeira monoman at gmail.com
Sat May 28 14:21:05 EDT 2005


The first errors means our parser still doesn't allow all suffixed
literals it needs to.

The second errors means (you missed it but there is a comma ',' in the
line) our parser doesn't allow more than one event to be handled by
just one handler.

Please report those two bug cases (separately) in our bugzilla, thank you.

:)

On 5/27/05, Amish Munshi <amishmunshi at gmail.com> wrote:
> While compiling a vb program I get the following error
> 
> 
> prog at home:~/code> mbas frmBank.vb
> --------
> MonoBASIC: THIS IS AN ALPHA SOFTWARE.
> --------
> syntax error, got token `EXCLAMATION'
> frmBank.vb(89,40) error BC29999: Parsing error
> Compilation failed: 1 Error(s), 0 warnings
> prog at home:~/code>
> 
> 
> 
> The 89th line is
> 
> Me.btnCancel.Font = New System.Drawing.Font("Tahoma", 8.25!,
> System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point,
> CType(0, Byte))
> 
> 
> 
> If I remove the ! sign it continues and give me the following error.
> 
> 
> 
> prog at home:~/code> mbas frmBank.vb
> --------
> MonoBASIC: THIS IS AN ALPHA SOFTWARE.
> --------
> syntax error, got token `COMMA'
> frmBank.vb(150,90) error BC29999: Parsing error
> Compilation failed: 1 Error(s), 0 warnings
> prog at home:~/code> vi frmBank.vb
> 
> 
> 
> But there is no comma at 150,90.
> Following is the 150th line.
> 
> Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles btnSave.Click, btnCancel.Click
> 
> 
> 
> Any clues on what can be wrong??
> 
> 
> Amish.
> 
> 
> --
> Amish K. Munshi.
> _______________________________________________
> Mono-vb mailing list
> Mono-vb at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-vb
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!


More information about the Mono-vb mailing list