如何构建 DCMTK 库以在 iPhone 项目中使用?

发布于 2024-11-25 02:41:03 字数 342 浏览 0 评论 0原文

我是 iPhone 编程新手。我想在我的 iPhone 项目中使用 DCMTK 库显示 DICOM 图像,但我不知道如何。

我搜索 google 在 iPhone 项目上使用 DCMTK。他们告诉我使用 CMake 在 XCode 上配置和构建。我已经成功使用CCmake编译dcmtk3.6,但没有在XCode上的ios环境中构建它。它有关于Apple Mach-O Linker (Id) Error的dcmprscp 69错误。

有什么想法吗,谢谢解答。 :)

ps.抱歉我的英语不好。

I'm newbie to iPhone programming.I want to use DCMTK library in my iPhone project to display DICOM image but I don't know how.

I search google to use DCMTK on iPhone project.They tell me use CMake to configure and build on XCode. I have already successfully used CCmake to compile dcmtk3.6 but not build it in ios environment on XCode.It have 69 error of dcmprscp about Apple Mach-O Linker (Id) Error.

Have any idea,Thank you for answer. :)

ps.sorry for my bad english.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

等风来 2024-12-02 02:41:03

我们可以在iOS上使用DCMTK。以下链接将为寻找相关信息的人提供帮助。

http://www.cppblog.com/kesalin/archive/2011 /11/10/dcmtk_ios.html

那篇文章是用中文写的,有很多截图,我们仍然可以获得足够的信息来解决这个问题。

We can use DCMTK on iOS. The follow link will help someone who looks for information about this.

http://www.cppblog.com/kesalin/archive/2011/11/10/dcmtk_ios.html

That post is written in Chinese with many screenshots, we still can get enough information to work it out.

网白 2024-12-02 02:41:03

这可能不是 cmake 问题,而是尝试在 iphone 上使用 DCMTK 的问题。

This is likely NOT a cmake issue, but rather an issue with trying to use DCMTK for iphone.

强者自强 2024-12-02 02:41:03

“dcmprscp”模块似乎是一个命令行工具,我不希望它在 iOS 下工作。从在 iOS 和 iOS 下构建 DCMTK 库开始完全跳过构建命令行工具。

The "dcmprscp" module appears to be a command line tool, which I wouldn't expect to work under iOS. Start with building the DCMTK libraries under iOS & skip building the command line tools completely.

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