Updates:
        Status: WontFix

Comment #1 on issue 184 by ken...@google.com: C++ Strange Memory Warning Under Visual Studio 2008 SP1 on Windows 7
http://code.google.com/p/protobuf/issues/detail?id=184

MSVC gets confused if you link together two modules that use different C++ runtime versions (e.g. debug vs. release). Thus, you must build the debug version of your program against a debug build of libprotobuf, and the release version of your program
against a release build of libprotobuf.  This is discussed in the readme.

I suspect this is the cause of your problem. Please re-open this bug if you disagree.

--
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 proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to