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.