Closed adriangc24 closed 2 years ago
From your error it seems that ulong is not a very portable type. Seems that replacing 'ulong' with 'unsigned long' may fix your issue here.
The code is provided "AS IS" and it has only been tested for the compilers stated in the latest version of the README.md file. If this solves your issue we would really appreciate a pull request with the fixes. Thank you
Latest release should have fixed this. Please reopen if the problem persists.
Thanks
Following the tutorial from your website to compile PLCTool i have encountered this error, after executing
make
inside PLCTool folder downloaded by github.