Re: [protobuf] Re: Link errors with protobuf 2.2.0a

2009-12-18 Thread Anu KR
protobuf@googlegroups.com Subject: Re: [protobuf] Re: Link errors with protobuf 2.2.0a Thanks every body for the reply. I did checked the project settings for protocol buffer libraries and our libraries, and they are the same. They were Multi-threaded Debug DLL (/MDd) for debug version

Re: [protobuf] Re: Link errors with protobuf 2.2.0a

2009-12-18 Thread Kenton Varda
Protobuf does subclass hash_map and hash_set in order to fix the interfaces to look like GCC's. However, it does not use __declspec on these definitions. Can you create a minimal self-contained example program demonstrating the problem? On Fri, Dec 18, 2009 at 2:23 AM, Anu KR