Platforms & Portability
The POCO Platform runs on a variety of operating system platforms, including:
- Windows 2000/XP/Vista
- Windows CE
- Mac OS X
- (embedded) Linux
- FreeBSD
- HP-UX
- Tru64
- Solaris
- QNX
The list of supported C++ compilers includes:
- Microsoft Visual C++ 13.10 and 14.0 (Windows 2000/XP/CE)
- GCC 3.3, 3.4, 4.x
- Sun Studio 12
- Intel C++ 9.1, 10.x
- Compaq C++ 6.5
- HP ANSI C++ A.03.57/A.06.12
The POCO Platform code is highly portable and can be easily ported to new platforms, provided a ANSI/ISO compliant C++ compiler with Standard Library is available for the platform.
