summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-17 09:04:06 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-03-18 16:13:54 +0200
commit063efc0e5831be63f4a1a2cfcf52c0bb634b08c4 (patch)
treeec64056c94bc880761fcdb5bf0ea9d4d36ef26a3 /src/corelib
parent13677ae4ffd92c2bad0cde754909f433e3f1bd3e (diff)
downloadfpGUI-063efc0e5831be63f4a1a2cfcf52c0bb634b08c4.tar.xz
WinCE: Now we can enable fpgCreateStandardImages again.
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_main.pas9
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)), '');