modbus team mailing list archive
-
modbus team
-
Mailing list archive
-
Message #00024
libmodbus + Visual Studio
Hello,
I’m using
currently libmodbus in a Linux machine, everything works perfect, the
installation was a breeze, the functionality great !
Since a
while I’ve been trying to port my project to Window, I developed in QT so the
only part missing is the libmodbus library, I’m using Visual Studio 2008 and
have tried already a couple of things, unfortunately I’ve not been able to find
much documentation about it, I know it should be possible from the changelog: “Fix
compilation failure on Windows (RS485 support) by Tobias Doerffel”.
My main
problem is the file config.h (I think), that apparently I’ve to run through
autoconfig and automake, in order to use this tools it seems I need to install
Perl, etc, etc.
Now my
question is: is there a tutorial guideline or similar on how to compile
libmodbus with Visual Studio ? Anyone that can direct me in the right direction
?
Thanks a lot
T.