Search found 19 matches

by markm72homeruns
Tue, 2007-12-25, 05:01
Forum: DCMTK - General
Topic: 64 bit
Replies: 12
Views: 14393

Thanks

Sure, I will send them to you when I have them completed.
by markm72homeruns
Fri, 2007-12-21, 02:35
Forum: DCMTK - General
Topic: 64 bit
Replies: 12
Views: 14393

thanks

Thanks for the response, I am porting it to 64 bit on Windows ans so far have not run into any problems. I have just been getting rid of warnings by doing static_cast.
by markm72homeruns
Tue, 2007-12-18, 21:18
Forum: DCMTK - General
Topic: 64 bit
Replies: 12
Views: 14393

64 bit

Is there any plans to port the library to 64 bit?
by markm72homeruns
Mon, 2007-01-29, 17:27
Forum: DCMTK - General
Topic: ofconsole messages
Replies: 3
Views: 4354

ofConsole

thanks, that should do it, it would be good if the SetDebugLevel worked for everything as well.
by markm72homeruns
Fri, 2007-01-26, 16:51
Forum: DCMTK - General
Topic: ofconsole messages
Replies: 3
Views: 4354

ofconsole messages

How do you shut off console messages for "everything' I still get messages like DcmElement: Unkown Tag
by markm72homeruns
Fri, 2006-06-16, 13:05
Forum: DCMTK - General
Topic: writepluginformat for Tiff plugin not working on windows?
Replies: 5
Views: 5811

Thanks, just wanted to make sure I was not doing something wrong, will it work if I go back to the previous version of libtiff do you know?
by markm72homeruns
Mon, 2006-06-12, 16:18
Forum: DCMTK - General
Topic: writepluginformat for Tiff plugin not working on windows?
Replies: 5
Views: 5811

looked at this again and this is not the problem, does this work for you?
by markm72homeruns
Thu, 2006-06-01, 14:52
Forum: DCMTK - General
Topic: writepluginformat for Tiff plugin not working on windows?
Replies: 5
Views: 5811

writepluginformat for Tiff plugin not working on windows?

I have opened a file with fopen(name,"wb"); and then call writePluginFormat using the DiTiffPlugin and it fails calling TIFFFDOpen. The same calss in the same order work fine on the mac.

Any Ideas?
by markm72homeruns
Mon, 2006-05-15, 21:32
Forum: DCMTK - General
Topic: unicode file names
Replies: 1
Views: 2970

unicode file names

Has anyone else tried to load unicode file names, high ascii etc... Is this support planned for the next version of the library, I have had to modify the code to use a file pointer instead of the name because of this.
by markm72homeruns
Fri, 2006-02-24, 17:07
Forum: DCMTK - General
Topic: saving multi frame dicom files
Replies: 3
Views: 5164

thanks, how about memory

Thanks for your response...

Is there some reason why the library does not provide a stream API for read and write? Creating large blocks of memory like this is going to be a problem unless you are at the limit of your RAM. for files with lots of frames this is always going to be an issue...
by markm72homeruns
Tue, 2006-02-21, 22:48
Forum: DCMTK - General
Topic: saving multi frame dicom files
Replies: 3
Views: 5164

saving multi frame dicom files

How do I use the API to save images to a multiframe DICOM file? Do I use a sequence? I don't see any API that allows me to loop through and do a putAndInsertUint8Array for example for each image I want to send to it.

Thanks...
by markm72homeruns
Tue, 2006-01-24, 15:43
Forum: DCMTK - General
Topic: dicom.dic
Replies: 3
Views: 4797

I have looked at this file and I still have no idea how to change the makefile to get this to happen. I see builtindict but how do I get it to build?
by markm72homeruns
Mon, 2006-01-23, 22:47
Forum: DCMTK - General
Topic: dicom.dic
Replies: 3
Views: 4797

dicom.dic

How can I embed this file on the mac. I don't want to mess with environment variables and system dirs. I am not a make file guru so I am not sure how to get this working. Can you do this on the mac or does it have to load from a directory?
by markm72homeruns
Thu, 2005-12-15, 21:55
Forum: DCMTK - Installation
Topic: compiling with codewarrior
Replies: 0
Views: 16658

compiling with codewarrior

I need to use the libs with a codewarrior project and I am running into a problem with the header libc.h. In the non macho config on the mac I get the issue that it can't find libc.h, if I include the usr/include path then I get a bunch of redefinitions. has anyone run across this, what is the prope...
by markm72homeruns
Thu, 2005-10-20, 16:33
Forum: DCMTK - Installation
Topic: conflict with mac header file
Replies: 1
Views: 3799

conflict with mac header file

How do I get around this error:

I am compiling a carbon project with xcode on the Mac. The header AssertMacros.h defines a macro called verify() which conflicts with dcmtk's verify function for some reason.

Is the only way out of this to #undef the macro?

Thanks