libmodbus icon indicating copy to clipboard operation
libmodbus copied to clipboard

Support Visual Studio 2019. Support x64. Fix build breaks.

Open uri247 opened this issue 6 years ago • 6 comments

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.

uri247 avatar Dec 22 '19 17:12 uri247

Anyone test this branch with Visual Studio 2019 using debug/release x64?

amrosado avatar Feb 08 '20 18:02 amrosado

It works. Just merge.

xakod avatar Oct 07 '20 13:10 xakod

Great! Looking forward to getting this library working with a project.

amrosado avatar Oct 07 '20 19:10 amrosado

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.

Flow86 avatar Oct 26 '20 06:10 Flow86

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/

pboettch avatar Oct 26 '20 13:10 pboettch

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.

Flow86 avatar Oct 26 '20 15:10 Flow86