[lazarus] Debug class
Shane Miller
SMiller1 at stvgb.org
Tue Jul 6 15:10:13 EDT 1999
>The 'DoDispatchStr()' should be in GUIApp, NOT in TControl...
>Don't forget that the DispatchStr() is added for GTK only !
DoDispatchStr is NOT in guiapp so I guess that's why I was confused. You are calling it like TControl(data).DoDispatchStr(message) so I'm not sure why you are doing that then.....
>For Win32 native apps, for instance, you will need the Dispatch
>method. So the GUIApp from Win32 would have A DoDispatch instead of a
>DoDispatchStr.
>I *hope* this solves the problem, since Dispatchstr() is in TObject,
>as well as Dispatch.
>Michael (V.C).
I will add that function. I assume is simply calls TObject's dispatchStr?
Shane
More information about the Lazarus
mailing list