Replies: 1 comment
-
Sorry, it was my mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am a new POCO user and I would like to write a simple TCP x64 client application for Windows 10 with Visual Studio 2022.

When I use Logger or XML everything work fine, but when I make: #include "Poco/Net/SocketAddress.h" in my code,
the compiler reports error E0040 [Expected an Identifier] in ws2def.h in ln 442, 443 etc...
What is required to build applications with network support under windows??? Extra preprocessor definitions or something else??
Beta Was this translation helpful? Give feedback.
All reactions