-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.2.0.GA
-
Fix Version/s: 2.0.0.B1
-
Component/s: amqp-cpp-client
-
Labels:None
-
Environment:
Windows Server 2012 R2
qpid-proton-winsdk 0.18.0.3-2
-
Target Release:
-
Sprint:January 2018
-
Steps to Reproduce:
-
Affects:Release Notes
-
Release Notes Text:The AMQ C++ client is supported for use on Microsoft Windows Server 2012 R2. However, compiling the examples as C++11 is not yet supported on this operating system.
-
Release Notes Docs Status:Documented as Known Issue
Unable to build multithreaded_client project in examples.
2 errors:
Error 1 error C2664: 'bool proton::work_queue::add(proton::v03::work)' : cannot convert argument 1 from 'client::send::<lambda_5e3a56656d32ca83e3e32d0548282a7b>' to 'proton::v03::work' C:\qpid_proton\qpid-proton-winsdk\examples\cpp\multithreaded_client.cpp 77 1 multithreaded_client
|
Error 2 error C2664: 'bool proton::work_queue::add(proton::v03::work)' : cannot convert argument 1 from 'client::close::<lambda_f40dea99121013f5b9bc000c5ee10f4f>' to 'proton::v03::work' C:\qpid_proton\qpid-proton-winsdk\examples\cpp\multithreaded_client.cpp 91 1 multithreaded_client
|
|
- cloned to
-
ENTMQCL-566 [proton-cpp, Windows] Unable to build example multithreaded_client_flow_control
-
- Closed
-
- relates to
-
PROTON-1603 Loading...
-
PROTON-1654 Loading...