protoc produces exactly the same output on all platforms. You don't need a special protoc for symbian. You *do* need to compile the runtime library libprotobuf (or at least libprotobuf-lite) for symbian and link the code generated by protoc against it. I don't know anything about symbian so I can't help you with this, except to suggest that libprotobuf-lite will probably be easier to get working than the full libprotobuf.
On Tue, Feb 9, 2010 at 8:10 PM, Vinayaka Karjigi <[email protected] > wrote: > Kenton, > > Can you elaborate more on this. > > I mean how to develop protoc.exe for symbian, which source code I need > to build to get protoc.exe for symbian. > > I may be asking too many questions, but please help me in this regard. > > Thanks in advance > Vinayaka Karjigi > > On Feb 10, 12:02 am, Kenton Varda <[email protected]> wrote: > > I imagine that the lite version of protobufs should work on Symbian > without > > too much difficulty. > > > > On Tue, Feb 9, 2010 at 3:52 AM, Vinayaka Karjigi < > [email protected] > > > > > wrote: > > > Hi All, > > > > > I wanted to develop protocol buffer for symbian. > > > > > has anybody done this, or any tips i can get from group on how to go > > > ahead on this for symbian > > > > > regards, > > > Vinayaka Karjigi > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Protocol Buffers" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<protobuf%[email protected]> > <protobuf%[email protected]<protobuf%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/protobuf?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<protobuf%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/protobuf?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
