You really want to write a Thrift Delphi generator, rather than porting the generated code directly.
The generated Java code for Cassandra is almost 30000 loc. The java Thrift generator is 3700. (The csharp generator is 1700, probably mostly due to not having to deal with checked exceptions, and java getting new features like unions first.) On Wed, Mar 24, 2010 at 10:28 PM, Raymond Wilson <raymond.wil...@trimble.co.nz> wrote: > I am looking implementing support for talking to Cassandra from within a > piece of software written in Delphi . > > > > For reference purposes, the generated csharp code for the Cassandra Thrift > API would be very useful. > > > > Does anyone on the list have this generated code they could send my way? > > > > Thanks, > > Raymond. > >