The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New bug-fix release 1.2.5-r1513
#5
apenao Wrote: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):

Code:
> optimizer.DuplicatedLabelError: Invalid mnemonic '__ATTR_END' > Execution finished.

I'll send you my program.
Most probably it's you have defined an __ATTR_END label which **CLASHES** with one defined in your basic program.
The namespaces for ZX BASIC is _* (_ prefixed) names. So should not use them. Anyway: in new versions, labels will be prefixed with ZX_BASIC. so _ATTR_END will be assembled as ZX_BASIC._ATTR_END

Update: I'm checking it. It seems I was wrong. :roll:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)