[protobuf] Re: Problems de-serialising a string, C++

2010-02-01 Thread iWalsh
example in a zip file. I had to rename everything for work security reasons. I'm using 2.3.0 RC2 To create the problem remove the comment from line 146 main.cpp then it will start crashing. Regards Iain On 29 January 2010 11:49, iWalsh iain.d.wa...@googlemail.com wrote: Hi  I'm

[protobuf] Re: Problems de-serialising a string, C++

2010-01-29 Thread iWalsh
please reduce it to a small, self-contained example and send it to the list? On Thu, Jan 28, 2010 at 11:47 AM, iWalsh iain.d.wa...@googlemail.comwrote: Ah Sorry I should also mention that leaving the mac address field empty/default means that the file works correctly. On Jan 28, 7:45 pm

[protobuf] Re: Problems de-serialising a string, C++

2010-01-28 Thread iWalsh
Hi Thanks for the reply. The methods are both returning correctly. It's the only thing I write to the file. They are also open in binary mode I think, I'll have to double check the binary mode part. Regards Iain -- You received this message because you are subscribed to the Google Groups

[protobuf] Re: Problems de-serialising a string, C++

2010-01-28 Thread iWalsh
Ah Sorry I should also mention that leaving the mac address field empty/default means that the file works correctly. On Jan 28, 7:45 pm, iWalsh iain.d.wa...@googlemail.com wrote: Hi Thanks for the reply. The methods are both returning correctly. It's the only thing I write to the file