Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does PascalScript support Win64? #261

Open
nmadani opened this issue Jul 18, 2022 · 5 comments
Open

Does PascalScript support Win64? #261

nmadani opened this issue Jul 18, 2022 · 5 comments

Comments

@nmadani
Copy link

nmadani commented Jul 18, 2022

Tried compiling the example in ..\Samples\Console\Sample8.dpr for Win64 and got access violations.

@breitsch2
Copy link

there's no win64 support for PS at the moment

@evgeny-k
Copy link
Contributor

..\Samples\Console\Sample8.dpr works as expected with win64 platform. so PS for win64 works as expected

@breitsch2
Copy link

You're right the 64 bit fix works, thanks
procedure x64call(
Address: Pointer;
out _RAX: IPointer;
var _XMM0: Double;
var Registers: TRegisters); assembler; {$IFDEF FPC}nostackframe;{$ENDIF}
asm

@breitsch2
Copy link

Tested also with maXbox4 (script engine and studio) , works
https://maxbox4.wordpress.com/

@nmadani
Copy link
Author

nmadani commented Oct 27, 2022

Thank you. Yes indeed, it now compiles with just an expected String to AnsiString implicit cast warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants