[Lazarus] RTL Bug - TCopyDataStruct - needs TCopyDataStruct64 to be added.
Justin Smyth
delphian at smythconsulting.net
Fri Apr 23 14:06:53 CEST 2010
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
More information about the Lazarus
mailing list