Atozed Forums
smmFunctions.pas - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: smmFunctions.pas (/thread-3987.html)



smmFunctions.pas - Mikael Nilsson - 03-26-2024

bug?
Just installed 15.5.10.
Got this error in BitScanLast: [dcc32 Error] smmFunctions.pas(337): E2107 Operand size mismatch


function BitScanLast(aValue: NativeInt): NativeUInt;
asm
{$IFDEF CPU386}
  BSR AX, aValue;
{$ELSE} .NOFRAME
  BSR RAX, aValue;
{$ENDIF}
end;


RE: smmFunctions.pas - Alexandre Machado - 04-04-2024

Hi Mikael,

we identified a problem with the build when linking a few units used in ScaleMM2, for x64.

The next update will fix it.

I'll also make the files available directly in our site so you can download and update it.