Search found 7 matches

by smfmazz
Fri, 2010-09-10, 15:54
Forum: DCMTK - General
Topic: About getOutputData(), getInterData(), createDIB()
Replies: 5
Views: 6629

So I use this function (or similarly findAndGetUintArray16) and then convert this value is correct?
by smfmazz
Fri, 2010-09-10, 15:51
Forum: DCMTK - Installation
Topic: Problem with FAQ#40
Replies: 4
Views: 6935

Sorry for my insistence. If I want to create a project that uses only those libraries are required to install the toolkit (with gmake and procedures described above)? Or can I include directly the header files in my project and setting the linker to lib folder? (copy the folder with the header files...
by smfmazz
Thu, 2010-09-09, 16:33
Forum: DCMTK - Installation
Topic: Problem with FAQ#40
Replies: 4
Views: 6935

Thanks a lot! The program run correctly.
by smfmazz
Thu, 2010-09-09, 15:57
Forum: DCMTK - General
Topic: About getOutputData(), getInterData(), createDIB()
Replies: 5
Views: 6629

I wish to use this topic to ask a question: I have this code: int _tmain(int argc, _TCHAR* argv[]) { int a; DicomImage *image = new DicomImage("test.dcm"); int pSize; int countSize; if (image != NULL) { Uint8 *pixelData = (Uint8 *)(image->getOutputData(8)); if (pixelData != NULL) { pSize =...
by smfmazz
Thu, 2010-09-09, 12:37
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 55118

Thank you! I have understand the problem
by smfmazz
Wed, 2010-09-08, 17:25
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 55118

Hi, i taje this opportunity for explain my problem. I think to have the same problem: error LNK2019: riferimento al simbolo esterno "public: virtual __thiscall DcmFileFormat::~DcmFileFormat(void)" (??1DcmFileFormat@@UAE@XZ) non risolto nella funzione _main 1>provadcmtkallamia.obj : error L...
by smfmazz
Tue, 2010-09-07, 15:10
Forum: DCMTK - Installation
Topic: Problem with FAQ#40
Replies: 4
Views: 6935

Problem with FAQ#40

Hi, excuse me for my bad english. I have read the FAQ 40 but i don't understand. 1) I have create DCMTK project files with CMake (i have read the installation file). 2) I have open the main project 3) I Have compile "ALL BUILD" with visual studio 2005 the project dcmtk 4) What it means: &q...