iPhone 上的 Aspell 拼写检查器?
我已经成功地将 aspell 编译为 iPhone 的静态库。 我有 libaspell.a 文件并将其作为框架包含在我的 xcode 项目中。
有人知道如何在 iphone 上使用他们的 c/c++ api 吗? 网上有什么样本或例子吗?
感谢您提前提供任何反馈, 约翰
I've managed to compile the aspell as a static library for iPhone.
I've the libaspell.a file and included it in my xcode project as a framework.
Does anybody know how to use their c/c++ api for iphone?
Is there any sample or example somewhere on the net?
Thank you for any feedback in advance,
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在我看来,您只需要仔细查看文档即可。以下是 C API 文档: http ://aspell.net/man-html/Through-the-C-API.html#Through-the-C-API
在该文档中它说:
它看起来相当简单。
Looks to me like you just need to look closer at the documentation. Here is the C API documentation: http://aspell.net/man-html/Through-the-C-API.html#Through-the-C-API
In that doc it says:
It looks fairly straight-forward.
我有另一篇 stackoverflow 帖子,其中我在 iOS 上使用 aspell 时遇到了一些问题。这是该帖子的链接
https://stackoverflow.com/questions/6588469/aspell-giving-errors-on-ios-Detected-an-attempt-to-call-a-symbol-in-system-lib
I have another stackoverflow post where I came across some problems while using aspell for iOS. Here is the link to that post
https://stackoverflow.com/questions/6588469/aspell-giving-errors-on-ios-detected-an-attempt-to-call-a-symbol-in-system-lib