Do you still need me to upload the zip file to codereview.appspot.com? The link http://www.codeshed.co.nz/protocolbuffers.php is permanent so maybe you could update the wiki so that fellow Borland/ Codegear/Embarcadero (whatever it is called these days) C++ Builder users can discover this and give it a go?
We are successfully using this port to enable access from a java web app to a legacy windows app that was built with C++ Builder. We are using DCOM purely as a transport layer. Our COM interface has a single method that accepts a Protocol Buffer containing all of our request data and returns a Protocol Buffer with reply data. We are using the J-Interop library to handle DCOM on the java side. The combination of Protocol Buffers and J-Interop is working well. This is fast both in performance and developer productivity, and is so much easier than trying to work with COM directly. On Oct 16, 9:32 am, Kenton Varda <[email protected]> wrote: > Can you upload your patch to codereview.appspot.com regardless? I'd like to > see what changes are required, and other Borland users could reuse your > patch. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/protobuf?hl=en -~----------~----~----~----~------~----~------~--~---
