Search found 13 matches

by Han Jong Chul
Tue, 2010-03-23, 15:31
Forum: DCMTK - General
Topic: MSVCRTD.Lib error (Please Help me)
Replies: 4
Views: 7509

Still I have problem..

After I read your reply, I tried againg from the first. As I mentioned, vs2008, CMake 2.08, and dcmtk-3.5.4 I didn't use any supported file such as tiff, zlib..etc. There was no problem with compiling dcmtk-3.5.4(source file). And then I generated my project and compiled with below CMakeLists. (MFC ...
by Han Jong Chul
Tue, 2010-03-23, 14:25
Forum: DCMTK - General
Topic: MSVCRTD.Lib error (Please Help me)
Replies: 4
Views: 7509

#FQ26 I read it

I have already read FQ26.

What do I have to change?

As I mentioned, I compiled with mtd, mt.
But still there is a error.
by Han Jong Chul
Tue, 2010-03-23, 13:22
Forum: DCMTK - General
Topic: MSVCRTD.Lib error (Please Help me)
Replies: 4
Views: 7509

MSVCRTD.Lib error (Please Help me)

I compiled the dcmtk project sucessfully. When I add the code in my project, many errors generates. What is the problem? CMake: 2008 Visual studio: 2009 Window 7 64 bit I have to use MFC, so in CMakeList, I used MT, MTD. I also tried ignore (Linker-->Input). It generates more errors. Please help me....
by Han Jong Chul
Tue, 2010-03-23, 10:00
Forum: DCMTK - General
Topic: Any problem in CMake Lists
Replies: 2
Views: 3308

Firstly, I downloaded the dcmtk-3.5.4 and CMake 2.8 version. I'm using window 7 64 bit and visual studio 2009. I generate the folder DCMTK and put the dcmtk-3.5.4 in it. In other words, C\DCMTK\dcmtk-3.5.4 <-----------downloaded file C\DCMTK\dcmtk_binary <----------- generated file using CMake And t...
by Han Jong Chul
Fri, 2010-03-19, 11:45
Forum: DCMTK - General
Topic: Any problem in CMake Lists
Replies: 2
Views: 3308

Any problem in CMake Lists

Is there any problem in CMakeLists? I compiled the source file using CMAKE, and executed. There is a error message.(The libfiles is not found) I cannot found any problem in CMakeLists. Please help me!! PROJECT(DCMTest_Ver1) cmake_minimum_required(VERSION 2.8) # set DCMTK Source directory SET(dcmtk_S...
by Han Jong Chul
Fri, 2009-09-11, 10:12
Forum: DCMTK - Installation
Topic: Install problem
Replies: 5
Views: 10124

Re: Thank you for reply, I'm going to be crazy

Hi, Actually I' m confused to set the CMake Part. I checked many times. And no error was there in the configur procedure. But after building the sln. file, there were many error. But I couldn't find any problem Which part do I have to Change? When I executed all-build Error 2 error LNK2005: __encod...
by Han Jong Chul
Fri, 2009-09-11, 10:10
Forum: DCMTK - Installation
Topic: Install problem
Replies: 5
Views: 10124

Re: Thank you for reply, I'm going to be crazy

Han Jong Chul wrote:Hi,

Actually I' m confused to set the CMake Part.

I checked many times. And no error was there in the configur procedure.

But after building the sln. file, there were many error.

But I couldn't find any problem

Which part do I have to Change?
When I executed all-build
by Han Jong Chul
Fri, 2009-09-11, 09:50
Forum: DCMTK - Installation
Topic: Install problem
Replies: 5
Views: 10124

Thank you for reply, I'm going to be crazy

Hi,

Actually I' m confused to set the CMake Part.

I checked many times. And no error was there in the configur procedure.

But after building the sln. file, there were many error.

But I couldn't find any problem

Which part do I have to Change?
by Han Jong Chul
Fri, 2009-09-11, 08:50
Forum: DCMTK - Installation
Topic: Install problem
Replies: 5
Views: 10124

Install problem

Hello, I'm trying to use dcmtk.

dcmtk 3.5.4 with visual studio 2008

But while bulding, below error message occured.
I tried many times, but I couldn't sort it out.
What's the problem?

Error 1 fatal error LNK1104: cannot open file 'ofstd.lib' dcm2xml dcm2xml
by Han Jong Chul
Mon, 2008-03-17, 11:38
Forum: DCMTK - General
Topic: How to get ROI of dicom file?
Replies: 2
Views: 5373

1 more question^^

m_strFileName.Format("DCT"); m_strFileName.Format(m_strFileName+"%3.4d",j); m_strFileName.Format(m_strFileName+".dcm"); DicomImage *image = new DicomImage(m_strFileName); image->createClippedImage(100,100,256,256,0); XSize=image->getWidth(); YSize=image->getHeight(); De...
by Han Jong Chul
Mon, 2008-03-17, 06:42
Forum: DCMTK - General
Topic: How to get ROI of dicom file?
Replies: 2
Views: 5373

How to get ROI of dicom file?

Hello, I've got a question. I've justed extracted the image value of dicom file without header. Is there any way to get ROI of dcm file?? For example, I've got a series of dicom files which sizes are 672*672. But I want dicom files of 256*256, around center. From the help menu, I found DJCodecParame...
by Han Jong Chul
Mon, 2008-03-17, 06:33
Forum: DCMTK - General
Topic: please smoe simple source code for loading dcm image
Replies: 2
Views: 3765

thanks

thanks!! It works very well.
by Han Jong Chul
Fri, 2008-03-14, 05:14
Forum: DCMTK - General
Topic: please smoe simple source code for loading dcm image
Replies: 2
Views: 3765

please smoe simple source code for loading dcm image

hello, I've just started using dcmtk and yesterday I finally successed installation of dcmtk in my visula c++ through a lot of failure. Now I'm trying to apply it but I'm quite confused now. And I've looked for a lot of websit to get the sample code, but I couldn't. Can anyone post the simple source...