[email protected] wrote: > Thanks a lot Luke for your reply > > Can you please clear some of my doubts > > 1. You said "run thrift -gen csharp -r Hql.thrift in the src/cc/ > ThriftBroker", But there is no thrift.exe file in ThriftBroker > directory (I am talking about the ThriftBroker directory which is > created when i installed Hypertable)
You need to install thrift (from the links in README) on both client and server. 'thrift' in the command line is the IDL (interface definition language) compiler from the thrift package. src/cc/ThriftBroker/*.thrift are the IDL files. The compiler should work on both platforms. You can also generate gen-csharp files on Linux and copy them to Windows. > 2. I downloaded the Thrift code for C# from the link given by you, but > the solution doesnt open. I opened the solution in notepad and found > the project over there. I created the separate solution by adding all > those project. There are some compilation errors in the project > (espacially in ThriftMSBuildTask, Properties needs to be implemented), > but is it really matters because "Thrift" project has been > successfully built and i got the Thrift.dll. Which i can use in my C# > application. > > 3. Is there any documentation available for Thrift usage? For thrift in general: http://wiki.apache.org/thrift/FrontPage For thrift c# examples: checkout the tutorial directory in the thrift package. and of course: http://www.google.com/search?q=thrift+c%23+examples For Hypertable thrift client interface: http://hypertable.org/thrift-api-ref/index.html > I am new to Hypertable, thats why you may find my doubts silliy :) > Please help me!! I'm new to C#, so YMMV :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" 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/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
