libmodbus
libmodbus copied to clipboard
Added support for Visual Studio 2017 and x64 compilation.
Today I have been working with libmodbus and i finished with x64 version of library. It's enough to build, but i'm not sure at this moment if it is working.
EDIT: To be clear: building ends successful (so VS2017's files are correct), I am not sure only about full correctness of builded x64 library – simple tests showed that it is working.
Excuse me,How to generate libmodbus Library of x64 compiler under VS2015 in Windows system
Anyone can tell me how to generates the libmodbus dll of x64,using Mingw-W64 or ATL Module with VS
The files contain many moving parts (unique numbers, version, paths and so on).
It is easier to provide the list of settings to use, isn't it?
For Visual Studio, set your platform to x64 and make sure your set these settings in the project property pages:
- General / Project Defaults / Configuration Type, Dynamic Library (.dll)
- Linker / Input / Additional Dependencies, ws2_32.lib