02-02-2011, 07:11 PM
apenao Wrote:Your *new* project? Please, don't tell me you abandoned the Gentleman project:!: I was expecting it, to show off the compiler capabilities!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
Quote:Generating LALR tablesNote: This message should not appear. It means it is recalculating compiling tables, takes time, and writes the parser.out trash temp file. *Fixed* :wink:
(I precalculate compiler tables and remove trash files when packaging the .msi installer file)