[protobuf] Re: Exporting Proto Classes from Shared Libraries

2012-02-15 Thread Alexander Pensky
The problem is the way the static initializers work. If you export the classes from a .pb.cc file as part of a shared library (.so), their initializers will run every time you load the .so. But these initializers need to add entries to tables which are in libprotobuf.so, and the same

Re: ANN: protobut-net with VS2008 support

2009-07-21 Thread Alexander Pensky
Not 100% on-topic, but: is there any special reason why the code generator for .NET needs to be written in .NET itself? The Java generator isn't written in Java, after all. We've been using Jon's .NET library, and we just copy-and-pasted the standard Java generator and made a C# generator for

Re: ANN: protobut-net with VS2008 support

2009-07-21 Thread Alexander Pensky
Not 100% on-topic, but: is there any special reason why the code generator for .NET needs to be written in .NET itself? The Java generator isn't written in Java, after all. We've been using Jon's .NET library, and we just copy-and-pasted the standard Java generator and made a C# generator for

Enhancement: can we get a copy of the documentation?

2009-04-10 Thread Alexander Pensky
Really I wanted to put this into Issues as an enhancement request, but I couldn't figure out how... Would it be possible to take all the Developer Guide pages and put them in a tarball on the Downloads page? Or include them into the source tarball? Currently, one can only read the docs at

Re: Enhancement: can we get a copy of the documentation?

2009-04-10 Thread Alexander Pensky
= Rewrite links (so that they work when viewing the documents locally) I ran this command, zipped up the contents, and placed them here: http://groups.google.com/group/protobuf/web/Protocol%20Buffers%20Docu... On Fri, Apr 10, 2009 at 9:44 AM, Alexander Pensky apen...@gmail.com wrote: Really I