Best practices - Sharing definitions between projects
47 views
Skip to first unread message
Mathias Sulser
unread,
Jun 4, 2011, 6:28:44 PM6/4/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
Hi,
I have a C++ and a Python project that need the same PBs to talk to
each other. I was wondering what the best practices were in sharing
the definitions or generated files. Obvious points are making sure
that both projects have the same revision, ..
I am really curious about this as I haven't found anything written
about how people actually use PBs in a wider setting.
Regards,
Mathias
Kostya Y
unread,
Dec 21, 2011, 11:04:06 AM12/21/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to prot...@googlegroups.com
Hi
I want to do achive something similiar.
Did you have any luck with this? If so what path did you choose?