It’s generally speaking working, but I’m having problems with the NetworkInterface class. As soon as I include the header #include “Poco/Net/NetworkInterface.h”
(just adding that one line to the poco EmptyExample, for example), I get these errors:
…\libs\poco\includes\Poco\Net\NetworkInterface.h|73|error: expected ,' or…’ before “struct”|
…\libs\poco\includes\Poco\Net\NetworkInterface.h|79|error: expected ,' or…’ before “struct”|
Need I say there are no signs of “struct” in the indicated file. (Why is that the compiler constantly reports other errors than what’s actually wrong?
Has anybody used this class? Is it a CodeBlocks problem? It seems the Poco people are using VC, maybe it works there?
I guess we will see that more and more as we combine libraries, so it’s nice to document those changes and offer feedback to the poco developers, for example.