Re: [lazarus] Patch for processing WM_COPYDATA in Win32 / BugID 9210

2008-01-18 Thread Micha Nelissen
Lukas Gradl wrote: I, for example, needed it to talk to some external application remote-controlled by WM_COPYDATA - that's why I tracked down the way of the message and submitted this patch. I'm not quite shure if we need it in other interfaces too - it's a windows-specific message. This

Re: [lazarus] Patch for processing WM_COPYDATA in Win32 / BugID 9210

2008-01-17 Thread Lukas Gradl
Micha Nelissen wrote: Felipe Monteiro de Carvalho wrote: On Jan 16, 2008 8:02 PM, Lukas Gradl [EMAIL PROTECTED] wrote: Some time ago I reported a problem with sending WM_COPYDATA-Messages under windows: http://bugs.freepascal.org/view.php?id=9210 Did you ever test with the

[lazarus] Patch for processing WM_COPYDATA in Win32 / BugID 9210

2008-01-16 Thread Lukas Gradl
Some time ago I reported a problem with sending WM_COPYDATA-Messages under windows: http://bugs.freepascal.org/view.php?id=9210 As far as I could find the function WindowProc in win32callback.inc eats up the message so it never reaches the MessageHandler defined in the app. So I changed

Re: [lazarus] Patch for processing WM_COPYDATA in Win32 / BugID 9210

2008-01-16 Thread Felipe Monteiro de Carvalho
On Jan 16, 2008 8:02 PM, Lukas Gradl [EMAIL PROTECTED] wrote: Some time ago I reported a problem with sending WM_COPYDATA-Messages under windows: http://bugs.freepascal.org/view.php?id=9210 Did you ever test with the PassWin32MessagesToLCL define:

Re: [lazarus] Patch for processing WM_COPYDATA in Win32 / BugID 9210

2008-01-16 Thread Lukas Gradl
Felipe Monteiro de Carvalho schrieb: On Jan 16, 2008 8:02 PM, Lukas Gradl [EMAIL PROTECTED] wrote: Some time ago I reported a problem with sending WM_COPYDATA-Messages under windows: http://bugs.freepascal.org/view.php?id=9210 Did you ever test with the PassWin32MessagesToLCL define: