Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 18:05:01 +0000



Post From: Google Protocol Buffers

[2016-06-21 07:25:29]
User266748 - Posts: 4
Hi,

Was wondering if you've had chance to update the DTC Google Protocol Buffer .proto file to be compatiable with version 3 of the protocol buffer?

Get a couple of errors when trying to using at as the input to protoc.exe

DTCProtocol.proto: The first enum value must be zero in proto3.

DTCProtocol.proto:397:18: Explicit 'optional' labels are disallowed in the Proto3 syntax. To define 'optional' fields in Proto3, simply remove the 'optional' label, as fields are 'optional' by default.

Could potentially fix it myself but unsure of any impact on DTC (using Sierra Charts as the server) it would have if changed to order of the numbering in the enums?

Thanks