03-12-2010, 11:01 PM
First: when I try to install the .msi , it still makes me uninstall manually the previous version.
Second: I tried to compile my previous program Avatar. It compiler ok without optimization and with -O 2, but with -O 3 I get this (and no compile):
I'll send you my program.
Second: I tried to compile my previous program Avatar. It compiler ok without optimization and with -O 2, but with -O 3 I get this (and no compile):
Code:
> Executing: C:\Archivos de programa\ConTEXT\ConExec.exe -i "C:\Archivos de programa\Boriel Tm\ZX Basic Compiler\zxb.exe" -T -B -a -O 3 -S 28000 avataro3.bas
avataro3.bas:27: warning: Function 'point' is never called and has been ignored
avataro3.bas:29: warning: Function 'screen' is never called and has been ignored
avataro3.bas:26: warning: Function 'input' is never called and has been ignored
avataro3.bas:22: warning: Function 'GetKey' is never called and has been ignored
avataro3.bas:59: warning: Function 'GetKeyScanCode' is never called and has been ignored
avataro3.bas:27: warning: Variable 'col' is never used
avataro3.bas:27: warning: Variable 'row' is never used
avataro3.bas:66: warning: Variable 'col' is never used
avataro3.bas:66: warning: Variable 'value' is never used
avataro3.bas:66: warning: Variable 'row' is never used
avataro3.bas:29: warning: Variable 'dest' is never used
avataro3.bas:29: warning: Variable 'source' is never used
avataro3.bas:29: warning: Variable 'length' is never used
avataro3.bas:41: warning: Variable 'scancode' is never used
Traceback (most recent call last):
File "zxb.py", line 255, in <module>
File "zxb.py", line 209, in main
File "optimizer.pyc", line 2066, in optimize
File "optimizer.pyc", line 1986, in initialize_memory
File "optimizer.pyc", line 1976, in get_labels
File "optimizer.pyc", line 1104, in __init__
optimizer.DuplicatedLabelError: Invalid mnemonic '__ATTR_END'
> Execution finished.
I'll send you my program.