[lazarus] Patch for LM_SHOWMODAL (Win32) and fix for TApplication.GetTitle

Marco van de Voort marcov at stack.nl
Sat Aug 9 10:39:13 EDT 2003


> I'm sending a patch that implements/fixes LM_SHOWMODAL in win32.
> 
> I also noticed a bug in TApplication.GetTitle:
> It was returning wrong values.
> To fix, just replace
>    Delete(Result, Length(Result) - Length(Ext) - 1, Length(Ext) + 1);
> with
>    Delete(Result, Length(Result) - (Length(Ext) - 1), Length(Ext));
> 
> BTW, how can i inspect string variable with fp/gdb?
> 

x/s <variable>






More information about the Lazarus mailing list