Using DCMTK in iOS application

Posted by BlackFlam3 on Stack Overflow See other posts from Stack Overflow or by BlackFlam3
Published on 2012-08-07T05:31:55Z Indexed on 2012/12/09 11:09 UTC
Read the original article Hit count: 729

Filed under:
|
|

I want to use DCMTK in my application and have successfully compiled DCMTK 3.6.0 for the iOS Simulator. Then I created a workspace into which I added the DCMTK project and my application. I added the .a files as target dependencies and linked the binaries. I think I am missing the part where I have to set the header/library search paths. I try to include a header file say #include "dcm2xml.h" and it says file not found. What am I doing wrong?

I have seen this. -> how to use dcmtk in iphone project But I think there's a simpler way without using that framework.

© Stack Overflow or respective owner

Related posts about ios

Related posts about ios5