ENV:windowsXP + vs2008 + ICE2.4.2 + PB 2.4.1
I download the PB from google. and download the example from ZeroC - Protocol Buffers - Download.
I compiled PB, get libprotobuf.lib(Release), When i complie the example get a error:
1>libprotobuf.lib(coded_stream.obj) : fatal error LNK1103: debugging information corrupt; recompile module
Is there something i`m doing wrong?
If i change the linker config: set linker->Debugging->Generate Debug Info to "NO", the project can be compiled success,but when a run the server.exe and client.exe, when i type t to send a greeting message,there is runtime error at server side.
Thanks in advance.

Reply With Quote