Search found 9 matches

by jazibaskari
Mon, 2020-08-03, 17:17
Forum: DCMTK - General
Topic: Which Header File Does DcmFileFormat Class Belong to?
Replies: 1
Views: 1195

Which Header File Does DcmFileFormat Class Belong to?

Hi,

I was just wondering which header file the DcmFileFormat class belongs to?

Thanks.
by jazibaskari
Sun, 2020-07-26, 20:18
Forum: DCMTK - Installation
Topic: Linking Header Files to IDE MacOs
Replies: 1
Views: 6794

Linking Header Files to IDE MacOs

Hi, I'm new to both C++ and this toolkit but I've successfully installed DCMTK using Homebrew. I now need to write the include statements at the top of my code to be able to use the necessary libraries but there are so many header files, is there an easy way to add them all quickly? Also, if I wante...
by jazibaskari
Sun, 2020-07-26, 20:09
Forum: DCMTK - General
Topic: dcmdump
Replies: 1
Views: 1230

dcmdump

Sorry I'm new to this toolkit, I was wondering in what folder of the dcmtk installation folder is the header for dcmdump stored? Thanks.
by jazibaskari
Sun, 2020-07-26, 19:10
Forum: DCMTK - Installation
Topic: DCMTK MacOS Installation Homebrew
Replies: 8
Views: 9957

Re: DCMTK MacOS Installation Homebrew

I'd also appreciate it if you could tell me which header files the following interface classes are stored in so that I'm able to test some code after manually linking the header files to my IDE:
DcmFileFormat
DcmDataset
DcmItem
DcmElement
Thanks.
by jazibaskari
Sun, 2020-07-26, 19:07
Forum: DCMTK - Installation
Topic: DCMTK MacOS Installation Homebrew
Replies: 8
Views: 9957

Re: DCMTK MacOS Installation Homebrew

Update: I've found a way to link the libraries to my project in CodeBlocks: https://www.learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks/ In the link its mentioned that you need to link both the header and library files. I know where the header files are stored in the installed dcmtk fol...
by jazibaskari
Sun, 2020-07-26, 18:55
Forum: DCMTK - Installation
Topic: DCMTK MacOS Installation Homebrew
Replies: 8
Views: 9957

Re: DCMTK MacOS Installation Homebrew

I know I can manually add the header files into my CodeBlocks project but there should be an easier way to do this via command line? How do I get the path of all my header files? And am I correct in thinking that the .h files contain the libraries that I'd need to #include at the top of my code?
by jazibaskari
Sun, 2020-07-26, 18:46
Forum: DCMTK - Installation
Topic: DCMTK MacOS Installation Homebrew
Replies: 8
Views: 9957

Re: DCMTK MacOS Installation Homebrew

Hi again. I'm really new to this so I'd appreciate it if you could explain everything in layman's terms. Why is the CMakeLists.txt file important? I need to link the header files to the compiler in my IDE, I don't see how that txt file is relevant?
by jazibaskari
Wed, 2020-07-15, 20:42
Forum: DCMTK - Installation
Topic: DCMTK MacOS Installation Homebrew
Replies: 8
Views: 9957

Re: DCMTK MacOS Installation Homebrew

Thanks for your help but after reading the contents of the provided link I'm still not sure how to go about using the find_package mechanism to include DCMTK into my IDE. Could you perhaps explain the process? Thanks
by jazibaskari
Mon, 2020-07-13, 11:29
Forum: DCMTK - Installation
Topic: DCMTK MacOS Installation Homebrew
Replies: 8
Views: 9957

DCMTK MacOS Installation Homebrew

Hi! I'm new to C++ and DCMTK and I think I've completed the steps to install Homebrew and the DCMTK toolkit onto my Mac. I've attempted to run commands like dcmdump to read the header of my DICOM files in the terminal and it seems to be working. When I try this using the CodeBlocks IDE however, the ...