Updates:
Status: WorkingAsIntended
Comment #1 on issue 160 by [email protected]: Linker errors when the
project is statically linked with MFC in VS2008
http://code.google.com/p/protobuf/issues/detail?id=160
This is not a protobuf bug, but some misconfiguration in your project, or
possibly a
bug in MSVC.
Usually bugs like this happen when you link with a library that was
compiled against
a different version of the C++ runtime than your project itself was. For
example, if
you compile libprotobuf against the DLL version of the C++ runtime but you
compile
your own project against the statically-linked version, linker problems or
runtime
crashes can occur. It's possible that in your case, it's the MFC library
which is
complied against a different runtime library than your project -- I don't
know much
about MFC.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.