[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-10-29 Thread protobuf
Comment #6 on issue 531 by sorin.sb...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 What a surprise: I downloaded latest release of libproto (2.5) and tried to convert the projects to 2013 and surprise, msdev 2013 gets stuck at Migra

[protobuf] Issue 572 in protobuf: Enum field names are not sanitized for reserved word collision

2013-10-29 Thread protobuf
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 572 by ccon...@squareup.com: Enum field names are not sanitized for reserved word collision http://code.google.com/p/protobuf/issues/detail?id=572 What steps will reproduce the problem? Define an enum that uses a c++ reser

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2013-10-29 Thread protobuf
Comment #7 on issue 531 by makoto...@gmail.com: Cannot build protobuf using VS2013 http://code.google.com/p/protobuf/issues/detail?id=531 This seems to be fixed by r512 (http://code.google.com/p/protobuf/source/detail?r=512). please close this. -- You received this message because this p

Re: [protobuf] toByteArray function(Java) occurs exception in 2.5.0

2013-10-29 Thread nishith agarwal
Hey, I'm facing the same issue ? Were you able to resolve it? Could you share what the problem was? Thanks On Wednesday, March 13, 2013 6:59:49 PM UTC-7, Hongseok Yoon wrote: > > my protocol file begin with... > > option java_outer_classname = "Protocol"; > > message MyMessage > { > require