Search found 99 matches

by Per
Fri, 2008-01-04, 10:29
Forum: DCMTK - General
Topic: Run error in DiMonoModality::Init()
Replies: 15
Views: 17993

Can you run your program in the debugger, using a debug build, and post the full backtrace?
by Per
Wed, 2007-12-19, 08:43
Forum: DCMTK - General
Topic: 64 bit
Replies: 12
Views: 14398

I run the library on 64 bit Linux without any problems so far. What problem do you encounter?

You may need to pass -fPIC to the compiler to get it to link to other programs.
by Per
Fri, 2007-12-07, 12:49
Forum: DCMTK - General
Topic: dcmtk - linux users
Replies: 2
Views: 3746

That configuration should work. Hard to be more helpful when you do not provide more info.
by Per
Mon, 2007-11-12, 08:59
Forum: DCMTK - General
Topic: Scaling Images - Interpolation?
Replies: 8
Views: 11613

I am also interested in this work. Could you please send a copy to per/at/fix/dot/no? Thank you very much.
by Per
Fri, 2007-11-02, 09:46
Forum: DCMTK - General
Topic: Using dcmj2pnm to window & level VOI LUT
Replies: 3
Views: 5979

I know one viewer applies the VOI LUT information from the DICOM file first (be it an actual table or just window settings), then applies its own window settings afterwards as a second operation. Though, I guess how you want to do this depends on the specific needs of your application.
by Per
Thu, 2007-10-18, 13:27
Forum: DCMTK - Installation
Topic: executing in xCode, serious problems in Mac Os X!!
Replies: 6
Views: 10780

Are you compiling the program as C++ code (set with the suffix .cpp rather than .c)?
by Per
Wed, 2007-09-12, 13:11
Forum: DCMTK - Installation
Topic: DCMTK on Mac OS X anyone?
Replies: 10
Views: 22073

Sorry, I may have been unclear. I have not made an Xcode project for DCMTK, I just used the DCMTK library in an Xcode project.
by Per
Wed, 2007-09-12, 09:31
Forum: DCMTK - Installation
Topic: DCMTK on Mac OS X anyone?
Replies: 10
Views: 22073

I've been bitten by this silliness under MacOSX, too, and my solution was to add a

Code: Select all

#undef verify
after including the MacOSX system headers, or at the top of the source file when using Xcode, since Xcode seems to do some magic header inclusion that makes life difficult. Hope this helps.
by Per
Mon, 2007-09-03, 13:08
Forum: DCMTK - General
Topic: interpolation crashes
Replies: 6
Views: 7230

Sorry for resurrecting this old thread, but I have gotten this crash with a few series now, and wonder if anyone have made a patch to fix it? Using the pbmplus algorithm is a workaround, but I dislike having open crash bugs in code I use.