mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
708a5d8307
* Remove _WIN32_WCE macro Poco now use C++17 and Windows CE does not support it and VS2017 does also not support it so we can just remove Windows CE code. First remove all macro usages from our own files. * Remove WinCE support from build files Poco now use C++17 and Windows CE does not support it and VS2017 does also not support it so we can just remove Windows CE code. Remove all references from build systems / scripts. * Remove Windows CE related source and header files Poco now use C++17 and Windows CE does not support it and VS2017 does also not support it so we can just remove Windows CE code. First remove all macro usages from our own files. * Remove wcelibcex folder Poco now use C++17 and Windows CE does not support it and VS2017 does also not support it so we can just remove Windows CE code. First remove all macro usages from our own files. * Remove rest Windows CE mentions There where some Windows CE mentions left. Remove those. * Update Windows CE documentation We should keep documentation some time so people can find reason for remove. --------- Co-authored-by: Kari Argillander <kari.argillander@fidelix.com>
10 lines
365 B
Plaintext
10 lines
365 B
Plaintext
POCO C++ Libraries Windows CE Platform Notes
|
|
AAAIntroduction
|
|
|
|
!!!Introduction
|
|
|
|
Starting with release 1.4.0 the POCO C++ Libraries cannot be used on Windows CE
|
|
platform anymore. The reason for this is that POCO has moved to support C++17.
|
|
Windows CE does not support C++17 anymore. Also as C++17 needs Visual Studio
|
|
2017 it also does not support Windows CE anymore.
|