Jump to content

my_only_lonely

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. my_only_lonely

    PaxCompiler

    Yes, it no longer has AV errors. But unfortunately the PaxInterpreter has other issues in my program.
  2. my_only_lonely

    PaxCompiler

    Has anyone tried PaxCompiler with Delphi 11.3? It seems it has Access Violation when procedure has floating parameters under 64bit Windows. The following script code works fine under Delphi 10.4.2 both 32bit/64bit. And Only works under Delphi 11.3 32bit. It throw a access violation under Delphi 11.3 64bit. Has anyone encounted simlilar issue? procedure Test1(X: Single); begin end; procedure OnInitialize; begin Test1(0); end; Project Project1.exe raised exception class EAccessViolation with message 'Access violation at address 000001FF5EDB016E. Read of address 000000006DE82200'. --------------------------- ThreadId=5812 ProcessId=25 ThreadName="" ExceptionMessage="Access violation at address 000001FF5EDB016E. Read of address 000000006DE82200" ExceptionName="EAccessViolation" ExceptionDisplayName="$C0000005" ExceptionAddress=1FF5EDB016E ---------------------------
  3. my_only_lonely

    PaxCompiler

    OK, I have sent the mail.
  4. my_only_lonely

    PaxCompiler

    I'm a registered PaxCompiler user, and I'm very interested in future improvements or bug fixes for PaxCompiler. Your Email Address is wrong, Google returned my email and said there is no such Email address. Could you please provide a valid Email Address?
×