Support Visual Studio 2019. Support x64. Fix build breaks.
Issue #511 describes it all Suggest fixing by adding a new pair of solution file / project file to the Win32 directory: modbus.vs16.sln - A new solution file with recent file format modbus.vs16.vcxproj - A new project file with recent file format (note extension changed from vcproj to vcxproj - this is the new format).
Also, updated .gitignore file, to accommodate the new way Visual Studio is doing things.
Anyone test this branch with Visual Studio 2019 using debug/release x64?
It works. Just merge.
Great! Looking forward to getting this library working with a project.
I would prefer simply providing a proper cmake configuration, that way you can build it on all (or at least: on many) platforms without a hassle.
Stephane does not want to include CMake support. In my fork, which is not up-to-date I integrated a PR which adds CMake support.
https://github.com/pboettch/libmodbus/
Stephane does not want to include CMake support. In my fork, which is not up-to-date I integrated a PR which adds CMake support.
Thats what I don't understand :-/
https://github.com/pboettch/libmodbus/
Thank you for providing that fork.