[Lazarus] [lazarus] Patch for processing WM_COPYDATA in Win32 / BugID 9210
Vincent Snijders
vsnijders at quicknet.nl
Mon Feb 18 19:39:34 CET 2008
Christian U. schreef:
>>
>> If this is accepted, we never have to worry about blocked messages, only about
>> messages that may crash the LCL (because of an unexpected message), slower
>> applications because some messages are sent to the LCL unnecessary and messages that
>> are only sent on windows.
>>
>
> Maybe an define is the best way to hide this. Who realy needs all
> messages can define
>
> -dPassAllWin32MessagesToLCL
>
> so everyone is happy....
>
I tried it and it didn't work. Too much tabs were created in the IDE,
causing an out of index exception for the pages. But maybe it is ok for
real world applications. ;-)
Vincent
More information about the Lazarus
mailing list