Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] MQTT C++ library build for Windows platform

Hello,

I have a CMake build system for Paho MQTT C++ on my repo
(https://github.com/guilhermeferreira/paho.mqtt.cpp). Checkout the
branch build-cmake.

Using the CMake GUI for Windows, you can generate the Visual Studio
project/solution files. You will also need the Paho C built for
Windows, what you've already done.

Let me know if need further help or found any problem with the build.

Best regards,

2016-06-07 9:22 GMT-05:00 test check <testingcheck00@xxxxxxxxx>:
>
> Hi,
>
> The query is related to creating a windows build for the MQTT C++ library.
> Till last week I have been successfully using MQTT C library which already
> had a Windows build as part of the library itself.
>
> Now I want to use MQTT C++ library and hence need to create the C++ library
> for windows platform. I don't find a windows build (Visual studio solution)
> holding the dependencies and libraries.
>
> Also the following link http://www.eclipse.org/paho/clients/cpp/ says it has
> support for Windows but don't find 'Windows' option under the section
> 'Building from source'. For testing purpose I created a visual studio
> solution and included necessary header files, C shared libraries etc but
> couldn't succeed.
>
> Can you please help me out with the procedure for building C++ library
> (includes, dependencies, preprocessor macros, compiler flags etc)
>
> Regards,
> Senthamizh
>
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/paho-dev



-- 
Guilherme Maciel Ferreira
Mobile Brazil: +55 48 9917 3969
Mobile México: +52 33 1968 6766
Site: http://guilhermemacielferreira.com/
Skype: guilherme.maciel.ferreira


Back to the top