Hi, I'm using managed C++ project(IDE:visual studio 2010) as an intermediate project to consume the .h and .cpp files given by the protoc. when I try to use GetExtension method [ MyMessage::descriptor()->options().GetExtension(my_option)] in the managed C++ project to get the option value and compile, It is getting into some infinite loop building. Some ambiguity is causing this issue. When I right click the GetExtension to go the declaration it is refering to C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include\UriMon.h. How to resolve this ambiguity. Please help me solve this issue.
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
