Marco
Can you please take a look at mantis bug id 16321
We need this addessed ASAP its breaking SendMessage under x64.
Summary
when CopyDataStruct is used on win64 with sendmessage/postmessage the dest
wont get the messages.
if we provide CopyDataStruct64 like this -
CopyDataStruct64 = record
dwData : ULONG_PTR;
cbData : DWORD;
lpData : PVOID;
end;
then this showstopper will be fixed.
Kind Regards
Justin Smyth
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus