How to build paho mqtt c++ on windows
问题 I have few json data which I need to upload on azure iot hub . I am writing code in c++ and need mqtt to publish all the data to iot hub. I am referring this github page: https://github.com/eclipse/paho.mqtt.cpp But instruction on how to build it is a bit confusing and not seems to be working. Can anyone please explain how can I install mqtt in windows and can use it with visual studio c++. Please help. Thanks 回答1: I struggled the last few days too and I finally got it running. I succeeded