[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2020-07-29 Thread mayun...@gmail.com
I saw it on google group. Please send me the fix file please, Thanks! A bit more elegant solution based on std::vector is attached. > > Attachments: > cpp_file.cc 22.5 KB > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To

[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2014-10-06 Thread protobuf
Updates: Status: WontFix Comment #7 on issue 179 by xiaof...@google.com: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor https://code.google.com/p/protobuf/issues/detail?id=179 (No comment was entered for this change.) -- You received this

[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2013-09-20 Thread protobuf
Comment #6 on issue 179 by alel...@gmail.com: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor http://code.google.com/p/protobuf/issues/detail?id=179 Valera, static std::string s(oss.str());\n is not an elegant solution at all. I did a similar hack with

[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2012-09-26 Thread protobuf
Comment #5 on issue 179 by orlov...@gmail.com: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor http://code.google.com/p/protobuf/issues/detail?id=179 Hi guys, To avoid this limitation you have to create descriptor string in heap. Something like: {code}

[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2010-12-08 Thread protobuf
Comment #3 on issue 179 by iiro.hie...@gmail.com: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor http://code.google.com/p/protobuf/issues/detail?id=179 OK, thanks! It might be a good idea to write down this limitation into documentation. -- You

[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2010-12-07 Thread protobuf
Updates: Status: New Comment #2 on issue 179 by ken...@google.com: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor http://code.google.com/p/protobuf/issues/detail?id=179 This proves complicated to fix, because we have lots of code that passes

[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2010-04-08 Thread protobuf
Updates: Status: Accepted Comment #1 on issue 179 by ken...@google.com: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor http://code.google.com/p/protobuf/issues/detail?id=179 (No comment was entered for this change.) -- You received this message