help please a litle

 

Hi!

I get of MetaEditor such Report:

"end_of_programm-unbalanced parenthesis"

Help please remuve this fault.

pansa

 

On this platform there is no simple solution friend. If you find one, such as an unbalanced bracket program then be sure to tell us here!

You must format your code (you do format/structure your code as you program into editor, yes?) and just go through it manually.

I use PsPad which matches up ( { brackets and " double quotes. eg, put cursor on left paren or bracket and it high lights it's opposite - syntactically speaking.


Another well used method is to /*....code...*/ chunks at a time so that can narrow down the location of unbalance.

Basically, when you get clean compile, start removing comments /*..*/ one at a time and hey presto... you have code chunk with unbalance.

 

As a start - take each function and count the number of brackets () and braces {} and look for a function that has an odd number.


CB

 
cloudbreaker:

As a start - take each function and count the number of brackets () and braces {} and look for a function that has an odd number.


CB

Hello fbj and cloudbreaker!

Thanks very mutch!

Im test that oll tumorrow.

pansa

Reason: