will not compile with mingw(msvc syntax involved)
DIS(IEEE 1278.1) Fully Implemented in C++
Brought to you by:
karljj1
At least because of starting lines in Connection.h: pragma comment( lib, "WS2_32" ).
I belive CMake style linking should be used instead of in-code, that MSVC only understands. You will not be able to compile it using MinGW :-(
Anonymous
Good catch, ill look at changing this in cmake.
Thanks
Karl
here's a quick and dirty way to do that