תגובה
אחרי שקימפלתי כל פרוייקט בנפרד וגם כשעשיתי build solution
אני ממשיך לקבל את השגיאות האלו של הלינקר (למרות שלינקדתי את כל הספריות libprotobuf.lib
libprotobuf-lite.lib
libprotoc.lib
ב static linking כפי שכתבו פה
http://stackoverflow.com/questions/...protocol-buffers-cannot-find-60-externals-can)
ואלו השגיאות שאני מקבל:
Error 1 error LNK2001: unresolved external symbol "public: virtual __thiscall tutorial:

erson::~Person(void)" (??1Person@proto@@UAE@XZ) C:\Users\documents\visual studio \main.obj
Error 2 error LNK2001: unresolved external symbol "public: __thiscall tutorial:

erson:

erson(void)" (??0Person@proto@@QAE@XZ) C:\Users\documents\visual studio 2012\Projects\main.obj
Error 3 error LNK1120: 2 unresolved externals
אשמח אם תוכל להגיד מה לעשות עם זה.
תודה רבה!