On Fri, 12 Feb 2021 21:43:02 +0000, Patrick Chevalley via lazarus
<lazarus@lists.lazarus-ide.org> wrote:

>The declaration of QueueAsyncCall is:
>procedure QueueAsyncCall(const AMethod: TDataEvent; Data: PtrInt);
>
>You must use "arg: PtrInt" otherwise it will fail on a 32bit system.
>

Thanks for the pointer!
I changed it and it does work on Win64.
I don't build for Win32 anyway because I have no crosscompiler...


-- 
Bo Berglund
Developer in Sweden

-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to