Re: assertion crash with debug build on windows

2009-07-16 Thread Henner Zeller
I wonder how many millions of hours of programmer productivity is lost due to Microsofts build environment :/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send emai

Re: ANN: protobut-net with VS2008 support

2009-07-16 Thread Marc Gravell
> Nice work - makes my port look somewhat hard work :) The source is fully available, so feel free to look at how it hangs together; you'll need to get your own VSIP key, of course. > If I can ever call the native protoc library using P/Invoke If you figure that one out, let me know - I'm curre

Re: ANN: protobut-net with VS2008 support

2009-07-16 Thread Jon Skeet
On Jul 16, 10:02 am, Marc Gravell wrote: > I'm happy to say that protobuf-net now features VS2008 integration. > Please see the following page for more > information:http://marcgravell.blogspot.com/2009/07/protobuf-net-now-with-added-o... Nice work - makes my port look somewhat hard work :) If

Re: assertion crash with debug build on windows

2009-07-16 Thread Mr Moose
It is found! After 4 interesting days of debugging the bastard I realized that I rercently had to add 3 preprocessor defines to my build system: _CRT_SECURE_NO_WARNINGS _SECURE_SCL=0 _HAS_ITERATOR_DEBUGGING=0 If they are missing, many things[tm] won't work properly in debug build. Things such a

ANN: protobut-net with VS2008 support

2009-07-16 Thread Marc Gravell
I'm happy to say that protobuf-net now features VS2008 integration. Please see the following page for more information: http://marcgravell.blogspot.com/2009/07/protobuf-net-now-with-added-orcas.html Marc Gravell (protobuf-net) --~--~-~--~~~---~--~~ You received thi

Re: On vacation through July 22nd.

2009-07-16 Thread xiliu tang
Enjoy! 2009/7/16 Kenton Varda > Hi all, > I will be on vacation and not checking e-mail through July 22nd. I've > asked fellow protobuf dev Jason to help answer questions in the meantime, > but if you see a question that isn't answered and you know the answer, > please feel free to jump in. (T

Re: On vacation through July 22nd.

2009-07-16 Thread Mr Moose
Enjoy! S. On 16 Jul., 01:42, Kenton Varda wrote: > Hi all, > I will be on vacation and not checking e-mail through July 22nd.  I've asked > fellow protobuf dev Jason to help answer questions in the meantime, but if > you see a question that isn't answered and you know the answer, please feel >

Re: assertion crash with debug build on windows

2009-07-16 Thread Mr Moose
OK, just for the records: Now I can be really sure. I've deleted everything that remotely resembles a release build and changed my build system so it won't create any and work without. And still the bug occurs. So I don't think it is related to Microsoft runtime issues. Cheers, Stephan On 16 Jul