iPhone 上的 Aspell 拼写检查器?

发布于 2024-08-11 05:06:41 字数 159 浏览 3 评论 0原文

我已经成功地将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

困倦 2024-08-18 05:06:41

在我看来,您只需要仔细查看文档即可。以下是 C API 文档: http ://aspell.net/man-html/Through-the-C-API.html#Through-the-C-API

在该文档中它说:

6.1.3 示例

两个简单的例子包含在
示例目录。示例-c
程序演示了大部分
Aspell 库的功能和
list-dicts 列出可用的
字典。

它看起来相当简单。

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:

6.1.3 Examples

Two simple examples are included in
the examples directory. The example-c
program demonstrates most of the
Aspell library functionality and the
list-dicts lists the available
dictionaries.

It looks fairly straight-forward.

临风闻羌笛 2024-08-18 05:06:41

我有另一篇 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文