Hello,
I cant seem to post a topic and reply in the threads, please verify my account which has beed registered last week.
Can i ask what poco version should i build the DeviceIO (sandbox\DeviceIO\Serial) package in the sandbox?
I am getting the following errors using Visual Studio 2008.
Thank You.
######################################################################
1>------ Build started: Project: TestSuite, Configuration: debug_shared Win32 ------
1>Compiling...
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
1>SerialTestHW.cpp
1>e:\poco-1.4.6\sandbox\deviceio\serial\testsuite\src\serialtesthw.cpp(131) : error C2064: term does not evaluate to a function taking 0 arguments
1> class does not define an 'operator()' or a user defined conversion operator to a pointer-to-function or reference-to-function that takes appropriate number of arguments
1>e:\poco-1.4.6\sandbox\deviceio\serial\testsuite\src\serialtesthw.cpp(131) : error C2248: 'Poco::ActiveResult<RT>::ActiveResult' : cannot access private member declared in class 'Poco::ActiveResult<RT>'
1> with
1> [
1> RT=std::string
1> ]
1> e:\poco-1.4.6\foundation\include\poco\activeresult.h(388) : see declaration of 'Poco::ActiveResult<RT>::ActiveResult'
1> with
1> [
1> RT=std::string
1> ]
1>SerialTestSW.cpp
1>e:\poco-1.4.6\sandbox\deviceio\serial\testsuite\src\serialtestsw.cpp(118) : error C2064: term does not evaluate to a function taking 0 arguments
1> class does not define an 'operator()' or a user defined conversion operator to a pointer-to-function or reference-to-function that takes appropriate number of arguments
1>e:\poco-1.4.6\sandbox\deviceio\serial\testsuite\src\serialtestsw.cpp(118) : error C2248: 'Poco::ActiveResult<RT>::ActiveResult' : cannot access private member declared in class 'Poco::ActiveResult<RT>'
1> with
1> [
1> RT=std::string
1> ]
1> e:\poco-1.4.6\foundation\include\poco\activeresult.h(388) : see declaration of 'Poco::ActiveResult<RT>::ActiveResult'
1> with
1> [
1> RT=std::string
1> ]
1>Generating Code...
1>Build log was saved at "file://e:\poco-1.4.6\sandbox\DeviceIO\Serial\testsuite\obj\debug_shared\BuildLog.htm"
1>TestSuite - 4 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========





