How to build DCMTK library to use in iPhone project?
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 A开发者_如何学JAVApple Mach-O Linker (Id) Error.
Have any idea,Thank you for answer. :)
ps.sorry for my bad english.
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.
This is likely NOT a cmake issue, but rather an issue with trying to use DCMTK for iphone.
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.
精彩评论