diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-17 09:04:06 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-03-18 16:13:54 +0200 |
commit | 063efc0e5831be63f4a1a2cfcf52c0bb634b08c4 (patch) | |
tree | ec64056c94bc880761fcdb5bf0ea9d4d36ef26a3 | |
parent | 13677ae4ffd92c2bad0cde754909f433e3f1bd3e (diff) | |
download | fpGUI-063efc0e5831be63f4a1a2cfcf52c0bb634b08c4.tar.xz |
WinCE: Now we can enable fpgCreateStandardImages again.
-rw-r--r-- | src/corelib/fpg_main.pas | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas index 44860ea1..ed28ddb7 100644 --- a/src/corelib/fpg_main.pas +++ b/src/corelib/fpg_main.pas @@ -1231,15 +1231,8 @@ begin fpgStyle := TfpgStyle.Create; fpgCaret := TfpgCaret.Create; fpgImages := TfpgImages.Create; - {$IFNDEF wince} + fpgCreateStandardImages; - (* causes EBusError on Symbol MC1000 WinCE 4.2 - see: http://wiki.freepascal.org/Windows_CE_Development_Notes - "Using ARM processors, some times you may get a EBusError exception with - a message about misaligned data access. The following section explains - what this is and how to fix it." - *) - {$ENDIF} // This will process Application and fpGUI Toolkit translation (*.po) files TranslateResourceStrings(ApplicationName, ExtractFilePath(ParamStr(0)), ''); |