Search found 12 matches

by DICOMNICO
Mon, 2008-06-23, 09:38
Forum: DCMTK - General
Topic: Help to send DICOM file
Replies: 5
Views: 8149

Problem solved!
by DICOMNICO
Wed, 2008-06-18, 15:31
Forum: DCMTK - General
Topic: Help to send DICOM file
Replies: 5
Views: 8149

I Try to study and modify the storescu code but mu compiler returns lot of errors during the building.... one of these is:

/usr/local/dicom/include/dcmtk/ofstd/ofstream.h:77:2: error: #error DCMTK needs stringstream or strstream type

Anyone can help me?
by DICOMNICO
Fri, 2008-06-13, 15:47
Forum: DCMTK - General
Topic: Help to send DICOM file
Replies: 5
Views: 8149

Help to send DICOM file

Hi I'am a newbie with DCMTK and I'm writing a small application that deals to send DICOM file using DCMTK libraries. At this moment, I load the file in memory usinf dcm.loadFile(), but how can I do to send it? I have tried to network example or tutorial, and I also compiled ECHOSCU example but I hav...
by DICOMNICO
Mon, 2008-06-09, 09:12
Forum: DCMTK - General
Topic: Problems with rawdata!
Replies: 3
Views: 4229

Wow!! Thank you a lot!! It works!!
by DICOMNICO
Sun, 2008-06-01, 03:36
Forum: DCMTK - General
Topic: Problems with rawdata!
Replies: 3
Views: 4229

No one can help me? I can't solve my problem!
by DICOMNICO
Fri, 2008-05-23, 15:14
Forum: DCMTK - General
Topic: Problems with rawdata!
Replies: 3
Views: 4229

Problems with rawdata!

I'm developing a small application for creating files starting dicom raw images from magnetic resonance. I made of small tests to learn about the DCMTK ... dataset->putAndInsertString(DCM_Rows, "256"); dataset->putAndInsertString(DCM_Columns, "256"); dataset->putAndInsertString(D...
by DICOMNICO
Mon, 2008-05-19, 10:22
Forum: DCMTK - Installation
Topic: HELP!!! How can I compile DCMTK on Xcode 3.0??
Replies: 8
Views: 14127

Yes, sure! But I included all the necessary libraries and I don't know why the linker can't find them...
by DICOMNICO
Fri, 2008-05-16, 13:45
Forum: DCMTK - Installation
Topic: HELP!!! How can I compile DCMTK on Xcode 3.0??
Replies: 8
Views: 14127

Hi Per, I try your solution but when I compile my test program the compiler return this error message: "DcmFileFormat::DcmFileFormat()", referenced from: _main in main.o "DcmFileFormat::~DcmFileFormat()", referenced from: _main in main.o _main in main.o ld: symbol(s) not found co...
by DICOMNICO
Fri, 2008-05-16, 09:41
Forum: DCMTK - Installation
Topic: HELP!!! How can I compile DCMTK on Xcode 3.0??
Replies: 8
Views: 14127

Thanks for your answer, I compiled using the UNIX commands, now
theory should be able to write my application linking the
libraries compiled exact?
by DICOMNICO
Thu, 2008-05-15, 10:29
Forum: DCMTK - Installation
Topic: HELP!!! How can I compile DCMTK on Xcode 3.0??
Replies: 8
Views: 14127

HELP!!! How can I compile DCMTK on Xcode 3.0??

Hi, I would like to understand how can I compile DCMTK on Xcode 3.0?
I've download the source package and now? How can I do? Thanks for your answer....
by DICOMNICO
Thu, 2008-04-24, 10:03
Forum: DCMTK - Installation
Topic: Error compiling DCMTK
Replies: 2
Views: 6883

I red the topic below but I can't solve the problem...someone can help me?
by DICOMNICO
Thu, 2008-04-24, 09:37
Forum: DCMTK - Installation
Topic: Error compiling DCMTK
Replies: 2
Views: 6883

Error compiling DCMTK

Hi, I'm compiling DCMTK libraries under MAC OS X using fink package. The library run until this error appear on the screen: cd config && make ARCH="" DESTDIR="" all) make[1]: Nothing to be done for `all'. (cd ofstd && make ARCH="" DESTDIR="" al...