[protobuf] Link error when building protobuf 3.0.0-beta1 with -DBUILD_SHARED_LIBS=ON

2015-10-07 Thread Benjamin Tillman
Hello, when trying to compile protobuf 3.0.0-beta1 with -DBUILD_SHARED_LIBS=ON I'm getting the following error during the linking phase of the "tests" project: error LNK2019: unresolved external symbol "public: __cdecl google::protobuf::io::GzipOutputStream::Options::Options(void)"

Re: [protobuf] csharptutorial

2015-10-07 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Oct 7, 2015 at 12:42 PM, Kevin Whitson wrote: > As of 2015-10-07, > On page https://developers.google.com/protocol-buffers/docs/csharptutorial > The section "Defining your protocol format" begins by defining "package > tutorial" twice. > (See attachment or below) > >

[protobuf] csharptutorial

2015-10-07 Thread Kevin Whitson
As of 2015-10-07, On page https://developers.google.com/protocol-buffers/docs/csharptutorial The section "Defining your protocol format" begins by defining "package tutorial" twice. (See attachment or below) package tutorial; syntax = "proto3"; package tutorial; Is this a typo? I was

Re: [protobuf] Newest version of Protobuf that will work with Java and MSVC# 2008?

2015-10-07 Thread Jon Skeet
The code we *generate* only uses C# 3 - so anything from VS2008 onwards. In other words, you should be fine on this front. Currently the runtime library code is also C# 3 as far as I'm aware... however, I'm intending to start using C# 6 features at some point in the not-too-distant future, in