malloc error on Mac OSX

2009-06-07 Thread kgs
Hi, I encountered a strange problem using protocol buffers on Mac OSX (Leopard). My configuration is: - libprotoc 2.1.0 (from macports) - gcc (GCC) 4.3.2 0. I wrote simple proto file (from examples on site): == Person.proto == message Person { required int32 id = 1; required string name

Re: C# port status update

2009-06-07 Thread ualtinok
Actually I had sent you some small changes on the library to make it compile in SL: -SortedLists are not implemented in SL2 so i used a similar method "SortedDictionnary" which i found while googling. -Regex performance parameter RegexOptions.Compiled is also missing. So i dropped them. -Encoding

Re: C# port status update

2009-06-07 Thread Jon Skeet
On Jun 7, 2:24 pm, ualtinok wrote: > Although those modifications had worked for me (at least just for my > trials), it's not solid. Solid in what sense? Do you run into problems, or you're just not confident in them? > Can you tell me what you will need in the sample project? A full test >