Sorry, i used the uint32 wrong. For example "myprotobufuint32" instead of "myprotbufuint32()"
Am Dienstag, 19. November 2019 18:06:04 UTC+1 schrieb Christian Rivasseau: > > This is a better question to the protobuf group? > > It looks like <some google::protobuf::uint32 value> is pointed at a > method instead of calling it? > > On Tue, Nov 19, 2019 at 6:02 PM <[email protected] <javascript:>> > wrote: > >> What i'm doing wrong here. >> unsigned int* test; >> >> >> *test = <some google::protobuf::uint32 value> >> compiler tell me ""Typumwandlung": "google::protobuf::uint32 >> (__thiscall cms::PendingTasksInfo::* )(void) const" kann nicht in "UINT" >> konvertiert werden" >> Isn't protobuf uint32 unsigned int in C++? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "grpc.io" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/grpc-io/316ee32f-c002-4416-974d-fa214d3306da%40googlegroups.com >> >> <https://groups.google.com/d/msgid/grpc-io/316ee32f-c002-4416-974d-fa214d3306da%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > Christian Rivasseau > Co-founder and CTO @ Lefty <http://www.lefty.io> > +33 6 67 35 26 74 > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d6b972b4-5a76-48e2-b668-ef430eb556b1%40googlegroups.com.
