ntruchsess / arduino_uip

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
489 stars 212 forks source link

Cannot open source file, Error #184

Open DonovanPhoenix opened 6 years ago

DonovanPhoenix commented 6 years ago

Hello im using Visual Micro with Visual Studio. I cannot compile because the IDE is telling me thare is missing source files. i have confirmed that they do exist, and i only have problems with this library.I have no idea what is wrong.

The problem is in UIPclient.h

 #import "Client.h"
 #import "utility/mempool.h"
 #import "utility/uip.h"

UIPserver.h

 #import "Server.h"
 #import "UIPClient.h"

the error for the above is eg.

cannot open source file "(project_dir)/UIPClient.tlh" cannot open source file "(project_dir)/Client.tlh" cannot open source file "(project_dir)/Server.tlh"

and in script this function is not working client.println("DATA from Client");

class "UIPClient" has no member "println"

here is some screen shots. https://i.imgur.com/WcPgM77.jpg https://i.imgur.com/WcPgM77.jpg https://i.imgur.com/WcPgM77.jpg