问题描述
我对从我正在开发的Delphi Win32应用程序连接到使用Thrift的Evernote服务API感兴趣。我在Delphi中对Web服务所做的工作很少,而对于Thrift则一无所获。
I'm interested in connecting to the Evernote Service API, which uses Thrift, from a Delphi Win32 app I am developing. I have done very little work with web services in Delp and nothing at all with Thrift. Where would be the best place to get up to speed w/using Thrift from Delphi?
推荐答案
最旧的答案替换了谢谢到Leo:
Thrift具有针对 Delphi ,C ++,C#,Erlang,Haskell,Java,Objective C / Cocoa,OCaml,Perl,PHP,Python,Ruby和Squeakr
Old Answer Replaced thanks to Leo:Thrift has generators for Delphi, C++, C#, Erlang, Haskell, Java, Objective C/Cocoa, OCaml, Perl, PHP, Python, Ruby, and Squeakr
可以找到Thrift的生成器。
The generators for Thrift can be found here.
这篇关于在Thrift Win32中使用Thrift的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!