Page 1 of 1

Logi.CAD3

Posted: 12 Apr 2017, 09:22
by jykim
Hello

Now I'm testing RevPi&Logi.CAD3.
I try to embed C code in Logi.CAD3 project to communicate with some application on RevPi.
For this, I use socket code in ST-Interface but Logi.CAD3 can't build the project and there is an error that is "fatal error: ws2tcpip.h: No such file or directory".
How can I solve this problem?

Thanks in advance.

Re: Logi.CAD3

Posted: 13 Apr 2017, 09:00
by Timo
ws2tcpip.h is a header file from Windows. It will not work under Linux, even if you copy it on your RevPi.
If your data you want to pass is not that complicated (just binary i/o), i would suggest passing the data via the process Image. It is much easier to handle.