Is there a NetworkingUtils.h file in the package?
sure, its in src\oscpack\ip
Thanks much for the prompt response
Joe
Ensure that the #include line encloses the file in double quotes and not angle brackets.
ie,
#include "ip/.../.h"
not
#include <ip/.../.h>