]> git.saurik.com Git - wxWidgets.git/commitdiff
Defaults in wxWinCE documented.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 27 Jul 2005 20:01:02 +0000 (20:01 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 27 Jul 2005 20:01:02 +0000 (20:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/msw/wince/readme.txt

index 22652560c8b3ec8b46ac79445e1c1fb9b4958025..e76ac4f83301f7f3dcf1d9daa9be92de7a5ee719 100644 (file)
@@ -12,21 +12,25 @@ All:
 
 All (GUI):
 
 
 All (GUI):
 
-- Added wxXmlResource::Unload()
+- Added wxXmlResource::Unload().
 - Possibility of modeless wxWizard dialog (with presentation in sample).
 - Possibility of modeless wxWizard dialog (with presentation in sample).
-- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet)
+- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
 
 wxMSW:
 
 
 wxMSW:
 
-- Separators are now correctly shown in the toolbars under Windows XP
+- Separators are now correctly shown in the toolbars under Windows XP.
 - Fixed multiline tooltips handling.
 - Fixed multiline tooltips handling.
-- Fixed wxSlider::GetSelEnd() (Atilim Cetin)
-- Fixed accelerators of menu items added to already attached submenus
-- Position of wxEVT_MOUSEWHEEL events is now in client, not screen, coordinates
+- Fixed wxSlider::GetSelEnd() (Atilim Cetin).
+- Fixed accelerators of menu items added to already attached submenus.
+- Position of wxEVT_MOUSEWHEEL events is now in client, not screen, coordinates.
+
+wxWinCE:
+
+- RTTI and exceptions enabled by default.
 
 wxOS2
 
 
 wxOS2
 
-- Adjustments for building with Open Watcom C++
+- Adjustments for building with Open Watcom C++.
 
 wxUniv:
 
 
 wxUniv:
 
index 957d79be1a9bcebc36650f3c89c6ff6c4375e631..7fe098adc3c546730cde2c33be40aadf19831104 100644 (file)
@@ -1,9 +1,9 @@
 
   =================================================
 
   =================================================
-  Welcome to wxWidgets/CE 2.6.1
+  Welcome to wxWidgets/CE 2.6.2
   =================================================
 
   =================================================
 
-You have downloaded version 2.6.1 of the Windows CE port of
+You have downloaded version 2.6.2 of the Windows CE port of
 the wxWidgets GUI library. This runs on Pocket PC 2002/2003,
 Smartphone 2002/2003, and Windows CE .NET 4.x.
 
 the wxWidgets GUI library. This runs on Pocket PC 2002/2003,
 Smartphone 2002/2003, and Windows CE .NET 4.x.
 
@@ -87,6 +87,11 @@ To compile using the emulator on eVC++3:
   WIN32 (WCE x86 Debug) configuration, and select Pocket PC 2002 and
   Pocket PC 2002 Emulation as before.
 
   WIN32 (WCE x86 Debug) configuration, and select Pocket PC 2002 and
   Pocket PC 2002 Emulation as before.
 
+Note: since wxWidgets/CE 2.6.2 release RTTI (and exceptions) are enabled
+by default targeting eVC environment. This can lead to build problems with
+eVC3 we tried to compensate. It is possible that you still have to remove
+some compiler flags (like /EHsc) by hand after opening in IDE.
+
 To compile using the emulator on eVC++4:
 
 - Open build/wince/wx.vcw, select the
 To compile using the emulator on eVC++4:
 
 - Open build/wince/wx.vcw, select the