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
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
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
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