Hi,
I have been having a few problems with DNS using NetOS7.3 and Digi-ESP. I noticed that there was a new patch and have now installed this. On first check the problem was not cured but on investigation I found the following.
When you just use Digi-ESP to set up a new project the default configuration is “Debug”. When you use this the auto generated make files seem to include the (dbg) versions of the required libraries. The latest TCPIP patch however only includes revised versions of the standard libraries so the application still builds with the original versions???
Changing the configuration to “Release” does include the new libraries but I assume this will make things more difficult when debugging the application