You are not logged in.
Pages: 1
I have update my mormot to last version.
when compiling i get:
procedure TJsonWriter.AddJsonEscapeW(P: PWord; Len: PtrUInt);
...
else
inc(B, Utf16HiCharToUtf8(B + 1, c, P)); // handle UTF-16 surrogates
if P >= PWord(Len) then <<<<<<<
break;
until false;
end;[Error] mormot.core.json.pas(7149): Operator not applicable to this operand type
[Error] mormot.core.json.pas(7169): Operator not applicable to this operand type
Offline
Please follow the forum rules and don't put so much text in the thread itself.
I can't reproduce it here, neither from the IDE or from a .bat / dcc32.exe file:
***** mORMot 2 integration using Delphi 7 for win32 *****
Borland Delphi Version 15.0
Copyright (c) 1983,2002 Borland Software Corporation
737349 lines, 13.55 seconds, 5087776 bytes code, 347809 bytes data.Try to rebuild everything, delete the .dcu and see what's happening.
Ensure you have all Delphi 7 patches installed.
Offline
I have deleted all dcu of my computer. then I open mormot2tests in my ide Delphi7
i have all update packs
when try compile i got erro:
Offline
I download last night master again. now works!
tnks
Offline
Pages: 1