Logi.CAD3

Topics about the Software of Revolution Pi
Post Reply
jykim
Posts: 3
Joined: 04 Apr 2017, 02:50
Answers: 0

Logi.CAD3

Post 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.
Timo
Posts: 44
Joined: 25 Jan 2017, 10:08
Answers: 0

Re: Logi.CAD3

Post 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.
Post Reply