[protobuf] Protobuf Compile problems on the aix environment

2017-10-16 Thread lanjinh520
Protobuf-3.2 has been verified in aix environment? I compile it on aix recently. but there are a lot of compile error, may be my compiler version is too low. xlc version : IBM XL C/C++ for AIX, V11.1 (5724-X13) Version: 11.01..0005 OS version: 6100-04-06-1034 for example: xlC_r

[protobuf] Why is an InvalidCastException being thrown when deserialzing a well-known type using the proto3 JSON parser?

2017-10-16 Thread david . razzetti563
Using Google.Protobuf Nuget package version 3.4.1 In its simplest form, I have a Google protocol-buffers message defined like this: syntax = "proto3";package tests; option csharp_namespace = "MyTests"; import "wrappers.proto"; message Foo { .google.protobuf.Int32Value NullableInt = 1;}

[protobuf] Re: Read multiple protobufs from single file

2017-10-16 Thread Paolo Maria Mosconi
Hi, is there a sample node.js implementation for reading multiple streamed messages as described in https://developers.google.com/protocol-buffers/docs/techniques?csw=1#stre.? Thanks Il giorno giovedì 23 giugno 2011 17:55:37 UTC+2, mjs483 ha scritto: > > Hi, > > Is there any way to read a