Re: [protobuf] Stopping MSVC from dropping unreferenced objects

2010-02-22 Thread Mark Assad
Hi, Other than writing a dummy function that explicitly referecnes protobuf messages, do you have any hints for getting Microsoft Visual Studio (2005 in this case), to stop dropping the objects from the binary? I know it's not really a protobuf specific question, but I'm having problems where I

Re: generating proto documentation

2009-03-17 Thread Mark Assad
HI, I have a bad solution. What I've been doing has been generating the .cc/.h files, and then using doxygen to document those classes. You can document C++ classes from files other than the header files that define the classes. It's messy, error prone, and you end up with a lot of extra

Re: GZIPOutputStream (for C++)

2009-03-01 Thread Mark Assad
Hi, I've implemented something like this (attached to this email). You'll probably have to do a bit of work to get it working with what you want to do. The InputStream takes as input another ZeroCopyInput Stream. Unfortunatly, the output stream hasn't been implemented this way, instead it