From a2b09bbcfcf5d9f8bcd5f08aa4c76769a30a0e6c Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Wed, 11 Mar 2015 23:15:46 +0100 Subject: [PATCH] updated WinCE platform notes --- doc/99200-WinCEPlatformNotes.page | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/99200-WinCEPlatformNotes.page b/doc/99200-WinCEPlatformNotes.page index fb343e55e..51e3bccb5 100644 --- a/doc/99200-WinCEPlatformNotes.page +++ b/doc/99200-WinCEPlatformNotes.page @@ -58,11 +58,18 @@ similar features. In this case, the calls to the wceex_* functions need to be re the wcecompat counterparts. The affected files are Random.cpp, LocalDateTime.cpp, Timezone_WINCE.cpp and ThreadPool.cpp. +Starting with Windows Embedded Compact 2013 (Windows CE 8), WCELIBCEX or wcecompat +are no longer required, as the C/C++ runtime libraries have all necessary features. + To obtain the current date and time with millisecond resolution, the hack described in is used. This means there will be a one second delay when starting up the application. +In POCO version 1.6.1 or later, this hack is no longer enabled automatically. If +required, it can be enabled by building the Foundation library with the +POCO_WINCE_TIMESTAMP_HACK macro defined. + !!Poco::Path