Re: [protobuf] "needs to have dll-interface" error when using protobuf with Visual C++ 2017

2018-08-30 Thread Jim Gallogly
What in the manual did you read. Searching for the same issue. On Monday, July 2, 2018 at 9:19:38 AM UTC-4, John Lilley wrote: > > Never mind, I RT'd the FM :-) > john > > > On Sun, Jul 1, 2018 at 2:37 PM John Lilley > > wrote: > >> I have installed protobuf 3.5.1 using the "vcpkg" method on

Re: [protobuf] How to handle options in compiler plugin?

2018-08-30 Thread Ankit Patel
Hi Kenton, I am trying to do something similiar. I am writing a java plugin and I have defined my custom service options and method options but inside my plugin I see I only have access to FileDescriptorProto and not the FileDescriptor itself. when I try to access these options as you just

Re: [protobuf] Re: Message imports from different locations and stub generation

2018-08-30 Thread Dzintars Klavins
Thank You for reply. I already figured out this stuff. Real problem was/is in VS Code terminal. When i run protoc command from VS Code there is some issue with imports ... or not sure with what exactly. When no .proto imports are used, VS Code terminal was working just great with protoc. But