Search found 7 matches

by trev
Thu, 2006-01-05, 14:53
Forum: DCMTK - Installation
Topic: VS2005 express - cl broken
Replies: 3
Views: 8806

VS2005 express - cl broken

Hello, I'm trying to get DCMTK 3.5.4 working with VS2005 Express and CMake 2.2.3. When I try to run CMake I get the message: "The C compiler 'cl' is not able to compile a simple test program. It fails with the following output" after which there is no output. At the bottom of the CMake win...
by trev
Thu, 2006-01-05, 13:16
Forum: DCMTK - Installation
Topic: Re-compiling DCMTK wirh support for LIBTIFF, LIBPNG
Replies: 4
Views: 7568

VS2005

Hello,
I'm getting a similar error message. Can you tell me how you fixed this?

I'm using XP, VS2005, Cmake 2.2.3, and DCMTK 3.5.4.

Thanks
by trev
Fri, 2005-10-14, 15:40
Forum: DCMTK - Installation
Topic: VS2005
Replies: 0
Views: 12602

VS2005

Hello,
I would like to use dcmtk with all the windows toys included in vs2005. I've noticed another poster (cgraus) has solved the linking problem. Could someone tell me exactly what code I need to add to what file to make vs2005 work. I know I need to
define something but I'm not sure what.

thanks
by trev
Fri, 2005-09-30, 12:06
Forum: DCMTK - General
Topic: DCM_ReferencedFileID
Replies: 1
Views: 3510

DCM_ReferencedFileID

Hello, I'm having problems printing the fileID. I've used dcmdump on my dicomdir file and the data is stored at tag 0004, 1500 as a CS as some thing like \GEMS\A\A\Z23 as an example. When I run my program (with code mostly lifted from this forum) it prints patient name, study description and series ...
by trev
Wed, 2005-09-28, 11:14
Forum: DCMTK - General
Topic: nextSub()
Replies: 3
Views: 4848

Sorted ...

I have an out of date dcdirrec.h file. This dummy downloaded the files from a web site 'DCMTK for dummies'. That site has a link to an older version of the library that does'nt have the nextSub() function.
by trev
Wed, 2005-09-28, 10:28
Forum: DCMTK - General
Topic: nextSub()
Replies: 3
Views: 4848

I'm sure I've missed something simple but here' some more info. I'm using VS2005 beta 2. I'm compiling as a Win32 app in Debug mode. I'm linking to dicdir.lib and have the include directories /ofstd/include /dcmdata/include and /config/Include here's my code that does'nt work ... #include "stda...
by trev
Tue, 2005-09-27, 15:30
Forum: DCMTK - General
Topic: nextSub()
Replies: 3
Views: 4848

nextSub()

Hello ,
I'm trying to compile the dicdir reading program as written by chinson in the post:

viewtopic.php?t=46&highlight=nextsub

I am recieving the error message 'nextSub() is not a member of DcmDirectoryRecord'. Does anyone know how I can solve this?

Thanks.