02-02-2011, 03:27 PM
boriel Wrote:Ok, please. Redownload new version 1.2.7-r2024 :roll:
<!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Archive#Latest_Development_Version">http://www.boriel.com/wiki/en/index.php ... nt_Version</a><!-- m -->
It compiles without problems my new project (that doesn't use inline assembler, just basic), but when I try to compile my other game (the one with the walking hat) I get this:
Quote:> Executing: C:\Program Files (x86)\ConTEXT\ConExec.exe -i "C:\Program Files (x86)\Boriel Tm\ZX Basic Compiler\zxb.exe" -T -B -O 3 -S 24000 -a GEB742~1.bas
Generating LALR tables
input.bas:38: warning: Empty loop
GEB742~1.bas:1154: Syntax Error. Unexpected token 'SUB' <ID>
GEB742~1.bas:1154: warning: Variable 'xd' declared as 'float'
GEB742~1.bas:1154: Syntax Error. Unexpected token 'as' <ID>
GEB742~1.bas:1154: illegal character ','
> Execution finished.