OK I added the lines, but it's still going over my head..
in short the code I just uploaded returns these errors ![]()
In file included from WebServer.cpp:7:
C:\arduino\arduino-1.0\libraries\Ethernet/utility/w5100.h:234: error: 'static uint16_t W5100Class::writeRIPR(uint8_t*)' cannot be overloaded
C:\arduino\arduino-1.0\libraries\Ethernet/utility/w5100.h:232: error: with 'static uint16_t W5100Class::writeRIPR(uint8_t*)'
C:\arduino\arduino-1.0\libraries\Ethernet/utility/w5100.h:234: error: 'static uint16_t W5100Class::readRIPR(uint8_t*)' cannot be overloaded
C:\arduino\arduino-1.0\libraries\Ethernet/utility/w5100.h:232: error: with 'static uint16_t W5100Class::readRIPR(uint8_t*)'
(EthernetCode ...zip contains my modified ethernet lib including the sub folders and modifications)
Thanks for helping.....
EthernetCodeNotCompiling.zip (25.3 KB)