Re: C# port status update

2009-06-06 Thread ualtinok
Hi Jon, Is there any news on Silverlight ? We are approaching to SL3 release and it would be great if we have a working protobuf library for SL. Ufuk On May 30, 12:22 pm, Jon Skeet wrote: > Just a quick update on the C# port of the Java code > (athttp://code.google.com/p/protobuf-csharp-port/

Re: C# port status update

2009-06-06 Thread Marc Gravell
For info, protobuf-net (a separate implementation) works on SL2; I haven't tried it on the SL3 bits, but I could give it a go. On the plus side, this is more .NET idiomatic, and allows either contract-first (.proto) or can be used with your existing types; on the other hand, it uses a different A

Getting Linker Errors When using protobuf static library in my mfc application(windows)

2009-06-06 Thread k . murahari8
Hi all, I have followed the steps suggested in readme.txt in vsprojects folder of protobuf. I copied the required the .lib files to the current directory of my mfc application and set the path correctly to the location of the libraries. I included the header files generated by extract_headers.exe

Re: C# port status update

2009-06-06 Thread ualtinok
I considered using protobuf-net for my project but as you mentioned your library is more .net centric and I couldn't find a way to establish a reliable RPC connection between c++ port (server) and protobuf-net (client-SL), because I'm also using that RPC server to serve other client implementation

Re: C# port status update

2009-06-06 Thread Jon Skeet
On Jun 6, 1:29 pm, ualtinok wrote: > Is there any news on Silverlight ? We are approaching to SL3 release > and it would be great if we have a working protobuf library for SL. I haven't looked at Silverlight at all, I'm afraid... but if that would be a useful thing for you, I'd be willing to at