tags:

views:

326

answers:

1

I can't figure out how to compile thrift files for C#. I've read, "thrift files which can then be compiled down to language-specific interfaces for a wide variety of different programming platforms (Java, PHP, C/C++, Cocoa, Perl, C#, Ruby, etc.)."

I was looking here: http://www.markhneedham.com/blog/2008/08/29/c-thrift-examples/ and it's like I have to compile the compiler, and then build the C# version from the thrift files provided.

Any ideas on how to do this?

+2  A: 

Yes, that's right, you first compile the Win32 compiler using a Cygwin environment and then in turn use that compiler to create Thrift language interfaces.

Quantenmechaniker