mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 03:42:53 +01:00
updated WinCE platform notes
This commit is contained in:
parent
302f2f24d3
commit
a2b09bbcfc
@ -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,
|
the wcecompat counterparts. The affected files are Random.cpp, LocalDateTime.cpp,
|
||||||
Timezone_WINCE.cpp and ThreadPool.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,
|
To obtain the current date and time with millisecond resolution,
|
||||||
the hack described in <http://community.opennetcf.com/articles/cf/archive/2007/11/20/getting-a-millisecond-resolution-datetime-under-windows-ce.aspx>
|
the hack described in <http://community.opennetcf.com/articles/cf/archive/2007/11/20/getting-a-millisecond-resolution-datetime-under-windows-ce.aspx>
|
||||||
is used. This means there will be a one second delay when starting up
|
is used. This means there will be a one second delay when starting up
|
||||||
the application.
|
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
|
!!Poco::Path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user