Search found 3 matches

by mrikdicom
Tue, 2019-05-28, 21:56
Forum: DCMTK - General
Topic: Error during build solution : VS 2015 + DCMTK 3.2.6
Replies: 15
Views: 11531

Re: Error during build solution : VS 2015 + DCMTK 3.2.6

Hello, Have you try to set the build solution to X86 and right click on your .cpp file then properties in C/C++ tab , go to general then select /CLR in the dropdown list to include common language runtime ? Reason why to do it on the file instead of the project is that your file might not inherit fr...
by mrikdicom
Mon, 2012-12-17, 00:07
Forum: DCMTK - Installation
Topic: Install Dcmtk with Code Blocks [Solved]
Replies: 1
Views: 4712

Re: Install Dcmtk with Code Blocks

For those who want to install code block with Dcmtk you have to link the include library, explain in the link below
http://www.learncpp.com/cpp-tutorial/a3 ... odeblocks/
also add to your system path c:\path\Dcmtk\bin
by mrikdicom
Sat, 2012-12-08, 13:32
Forum: DCMTK - Installation
Topic: Install Dcmtk with Code Blocks [Solved]
Replies: 1
Views: 4712

Install Dcmtk with Code Blocks [Solved]

Hi, I'm a newbi in dicom file and i want to install dcmtk-3.6.0 for Code block I successfully configure and generate my dcmtk-bin with cmake. i then open DCMTK.cbp file situated a the base of my dcmtk-bin directory but i'm not sure what to do next: In Code block program, there is this drop-down list...