Search found 4 matches

by guelfobianco
Mon, 2007-05-28, 11:31
Forum: DCMTK - General
Topic: memory leak problem in dcmtk 3.5.4
Replies: 4
Views: 5670

Hi All,
I have the same problems of memory leak. Which is a possible solution? (I don't link libc.lib).

Thx
by guelfobianco
Mon, 2005-02-28, 17:40
Forum: DCMTK - General
Topic: putAndInsertSint16Array Problem
Replies: 16
Views: 29733

putAndInsertSint16Array Problem

Hello, In the code that follows I am trying to write signed short array to file Dicom short *pDataInt16 = new short[memsize/sizeof(short)]; unsigned long m_imgAllSize = 256*256; [...] result = dataset->putAndInsertSint16Array(DCM_PixelData, (const Sint16*)pDataInt16, m_imgAllSize); if (result.bad())...
by guelfobianco
Thu, 2005-02-10, 14:15
Forum: DCMTK - Installation
Topic: Problem with visual studio .net 2003 "/LIBPA"
Replies: 2
Views: 5894

"/LIBPA" >> "/LIBPATH"

In the dcmdump property > Linker > command line :

replace

/LIBPATH:../../../zlib-1.2.1\lib\$(INTDIR) /LIBPA /LIBPATH:../../ofstd\

with

/LIBPATH:../../../zlib-1.2.1\lib\$(INTDIR) /LIBPATH:../../ofstd\

or "/LIBPA" is an important option ?
by guelfobianco
Thu, 2005-02-10, 12:47
Forum: DCMTK - Installation
Topic: Problem with visual studio .net 2003 "/LIBPA"
Replies: 2
Views: 5894

Problem with visual studio .net 2003 "/LIBPA"

Sorry, what is this warning :

dcmdump warning LNK4044: unrecognized option '/LIBPA'; ignored

How can i solve it?


thanks