vote up 0 vote down star

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?

flag

1 Answer

vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.