Re: [fpc-devel] Are "C style operators" default or not?

2012-03-27 Thread Patrick Chevalley
If you build your fpc.cfg using fpcmkcfg with the default template it add -Sgic. So C operator, C++ inline and goto are activated. Patrick ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] patch - Add new constant to WinCE RTL

2007-05-10 Thread Patrick Chevalley
Hi, This patch add the constant SHDB_SHOWCANCEL added by Windows Mobile 5.0 to aygshell WinCE API. It is to use with SHDoneButton call to replace the OK top bar button by a Cancel button, syntaxe is SHDoneButton(hwnd,SHDB_SHOWCANCEL); I also replace WS_NONAVDONEBUTTON with its correct value $100

[fpc-devel] TMemIniFile proposed patch

2006-02-05 Thread Patrick Chevalley
String is already buffered contrary to the Delphi implementation. I hope this change to fcl/inc/inifiles.pp (or a variation) can be applied to the fcl. Patrick Chevalley Index: inifiles.pp === --- inifiles.pp (revision 2428) +++ i

[fpc-devel] TMemIniFile proposed patch

2006-02-04 Thread Patrick Chevalley
is already buffered contrary to the Delphi implementation. I hope this change to fcl/inc/inifiles.pp (or a variation) can be applied to the fcl. Patrick Chevalley Index: inifiles.pp === --- inifiles.pp (revision 2428) +++ inifiles.pp (wo