Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Uncaught exception 'Exception' with message 'Protofile type uint32
unknown!',how to deal it
Original comment by calvin...@gmail.com
on 30 Dec 2013 at 3:28
check definition of this array scalar_types。as:
array('double', 'float', 'int32' => 'PBInt', 'int64' => 'PBInt',
'uint32', 'uint64', 'sint32' => 'PBSignedInt', 'sint64' => 'PBSignedInt',
'fixed32', 'fixed64', 'sfixed32', 'sfixed64',
'bool' => 'PBBool', 'string' => 'PBString', 'bytes' => 'PBString');
u can modify 'uint32' to 'uint32' => 'PBInt'
Original comment by boboxu84@gmail.com
on 21 Feb 2014 at 3:31
Original issue reported on code.google.com by
mrst...@gmail.com
on 12 Mar 2010 at 11:53