by mvp » 03 Jan 2012, 15:40
Hi,
I am new to Poco. After looking around it looks like just the library for a new CE7 project.
Compiling Version: poco-1.4.2p1 for CE7 works for the modules CppUnit, Foundation, Xml, Net.
But the Util module is not, some defines seen to be set incorrectly.
Error 1 error C2146: syntax error : missing ';' before identifier 'config' c:\src\poco\Util\include\Poco\Util\WinService.h 148
POCO_LPQUERY_SERVICE_CONFIG config() const;
Error 5 error C2146: syntax error : missing ';' before identifier '_scmHandle' c:\src\poco\Util\include\Poco\Util\WinService.h 155
SC_HANDLE _scmHandle;
hopefully there is a setting to change to fix this.