Reputation: 12018
I am trying to use MQTT Poho C/C++ Client on Windows using Eclipse CDT and MinGW.
On Windows 10 I have installed Eclipse Neon and MinGW latest version with POSIX Thread Support.
Issue with MQTT Paho C++:
'mutex' is not a member of 'std'
, I tried to resolve it by googling but with no luck pthread Win32
support and installed it again with pthread POSIX
support. Issue with MQTT Paho C Pre-built libraries:
.lib
.dll
.h
and some samplesPath
and also in the same location as .lib
but of no use.dll
with Eclipse CDT MinGW
but no luck. :( Let me know if anyone has tried to use Eclipse Paho C/C++ Source/Library With Windows Eclipse CDT MinGW.
Any possible solution to these issues will help.
Upvotes: 1
Views: 871