I am trying to compile the C++ code for XP platform. I know it is not 
officially supported. By changing the _WIN32_WINNT to 0x501 in 
global.props, I get many errors:

   1. Using RTL_RUN_ONCE API which is supported Vista+ only
   2. Support for IPv6 (inet_ntop at 
   grpc/src/core/lib/iomgr/sockaddr_utils.c, etc.) - again, only Vista+
   3. CONDITION_VARIABLE - same problem as INIT_ONCE above.

Do you plan to publish a minimal edition which can run on XP? (for example, 
without IPv6 support)
If not, can you please point me to the possible obstacles, so I can deal 
with those and compile the code successfully?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/88515c96-0179-4576-a87b-a7cb9b241939%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to