Re: [protobuf] LNK2019 and LNK2001 problems in MSVS2008

2010-03-16 Thread Kenton Varda
You need to link the example against libprotobuf.lib. On Tue, Mar 16, 2010 at 1:43 PM, mohito wrote: > Hi. > > I use MSVS2008 and I have next problem: > > I installed "protocol buffers" from "vsprojects" folder in Debug mode, > like it was recomended in readme.txt. > Next step I took example pro

[protobuf] LNK2019 and LNK2001 problems in MSVS2008

2010-03-16 Thread mohito
Hi. I use MSVS2008 and I have next problem: I installed "protocol buffers" from "vsprojects" folder in Debug mode, like it was recomended in readme.txt. Next step I took example proto-file addressbook.proto and I had compiled it by using proto.exe (that i had got above). I created new solution an