Dear support
using the scripter ide, I inserted the following line into a button click:
procedure Button1Click(Sender: TObject);
begin
showmessage(inttostr(mouse.CursorPos.x));
end;
If I compile it using Windows 32 bit target platform, it works perfectly.
If I compile it using Windows 64 bit, I get an access violation on atScript.pas when evaluating ".. if CurrentObject is TGenericRecordWrapper then ..." (row n. 18489).
Dear @Dall_Acqua_Lucio, sorry for the delay in response.
Unfortunately, I cannot reproduce the issue (using Delphi 11). Are you using latest TMS Scripter version? Which Delphi version are you using?
I use Delphi 11 update 3 and the latest 7.29 TMS Scripter.
When I compile ScripterProIDE demo by windows 32 bit target platform, it works like a charm.
But when I compile it by windows 64 bit, I've got: