Update 5.11.11

  • 1
  • 2
  • 3
  • Page 3 of 3
Harry
Moderator
Avatar
Gender:
Location: zwischen Augsburg und Ulm
Age: 59
Posts: 2093
Registered: 03 / 2003
Subject:

Re: Update 5.11.11

 · 
Posted: 25.04.2022 - 15:04  ·  #17
Hallo Merlin,

Rückmeldung auch von mir: 5.11.14 läuft :biggthumpup:

Gruss
Harry
Merlin
Administrator
Avatar
Gender:
Age: 24
Posts: 1374
Registered: 03 / 2005
Subject:

Re: Update 5.11.11

 · 
Posted: 25.04.2022 - 16:36  ·  #18
Thank you Harry.

Carsten, was error 206 removed with this update?

==========================================

Vielen Dank, Harry.

Carsten, wurde der Fehler 206 mit diesem Update entfernt?
Merlin
Administrator
Avatar
Gender:
Age: 24
Posts: 1374
Registered: 03 / 2005
Subject:

Re: Update 5.11.11

 · 
Posted: 26.04.2022 - 22:04  ·  #19
Carsten has replied via pm that error 216 no longer occurs.
bovist
Benutzer
Avatar
Gender:
Age: 63
Homepage: shop.keyboardpartn…
Posts: 34
Registered: 03 / 2006
Subject:

Re: Update 5.11.11

 · 
Posted: 12.05.2022 - 10:17  ·  #20
Hello Merlin,

changes in .15 made my project compilation fail. Local variables may no longer be used as a for..to..do loop counter. Compiler reported "Error: Left side cannot be assigned to" in this simple routine for example:

Code

function DF_getChecksum(const df_first_block, df_last_block: Word):word;
var
  block_idx, my_addr, my_checksum: Word;
begin
  my_checksum:= 0;
  for block_idx:= df_first_block to df_last_block do 
##### "Error: Left side cannot be assigned to" (in line above) #####
    DF_readblock(block_idx, 4096);
    for my_addr:= 0 to 4095 do
      my_checksum:= my_checksum + word(BlockArray[my_addr]);
    endfor;
  endfor;
  return(my_checksum);
end;


You may try with the project I sent to you via pm.
Merlin
Administrator
Avatar
Gender:
Age: 24
Posts: 1374
Registered: 03 / 2005
Subject:

Re: Update 5.11.11

 · 
Posted: 12.05.2022 - 17:37  ·  #21
Hi Carsten

Yes, sorry have found this bug myself. A fix will be in next update. I will send via pm as well as soon as I can correct my computer to wifi. Am currently away from home.

Merlin
  • 1
  • 2
  • 3
  • Page 3 of 3
Selected quotes for multi-quoting:   0

Registered users in this topic

Currently no registered users in this section

The statistic shows who was online during the last 5 minutes. Updated every 90 seconds.
MySQL Queries: 15 · Cache Hits: 14   92   106 · Page-Gen-Time: 0.029381s · Memory Usage: 2 MB · GZIP: on · Viewport: SMXL-HiDPI