[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2014-10-06 Thread protobuf
Updates: Status: WontFix Comment #24 on issue 83 by xiaof...@google.com: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 https://code.google.com/p/protobuf/issues/detail?id=83 Please submit patches to our new github site:

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2013-07-05 Thread protobuf
Comment #23 on issue 83 by kevin.ar...@gmail.com: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 This patch addresses more of the warnings by making casts that implicitly narrow from unsigned to int or size_t to

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2011-12-13 Thread protobuf
Comment #22 on issue 83 by heydu...@gmail.com: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 We applied some more patches to our copy of protobuf; Doesn't address all of the problems listed, obviously, but it

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2011-07-27 Thread protobuf
Comment #20 on issue 83 by jacobgla...@yahoo.com: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 This is getting really annoying for me. I'm willing to start providing patches, but I'd like to discuss before I

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-11-30 Thread protobuf
Comment #18 on issue 83 by ken...@google.com: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Well that's easy enough. Revision 351. Leaving the bug open because I don't think this is the only thing people cared

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-11-24 Thread protobuf
Comment #17 on issue 83 by heydunne: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 My apologies; the functions did not change; I was reading an *internally* patched version of 2.2.0. FWIW, we modified

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-11-23 Thread protobuf
Comment #16 on issue 83 by ken...@google.com: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 The code of those two functions did not change between 2.2.0 and 2.3.0, so I'm not sure what you mean when you say

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-11-19 Thread protobuf
Comment #15 on issue 83 by heydunne: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Hi. I wonder if there has been any development in this since the last post. We upgraded to 2.3.0 to support vc10 compilation,

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-02-24 Thread protobuf
Comment #14 on issue 83 by temporal: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 The problem with the truncating_cast as you've specified is that both warning 4244 and 4267 are reported; So disable both,

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-02-23 Thread protobuf
Comment #12 on issue 83 by ken...@google.com: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Yikes, adding #pragmas all over like that is pretty ugly. What is the proper way to prevent these warnings in MSVC,

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-02-23 Thread protobuf
Comment #13 on issue 83 by halostatue: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Yeah, it's a little ugly, but it's consistent with what I've seen in gtest. The problem with the truncating_cast as you've

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-02-17 Thread protobuf
Comment #8 on issue 83 by halostatue: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Visual Studio cannot disable warnings for third-party headers. I'm not sure that disabling these warnings in stubs/common.h is

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-02-17 Thread protobuf
Comment #9 on issue 83 by halostatue: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 Visual Studio cannot disable warnings for third-party headers. I'm not sure that disabling these warnings in stubs/common.h is