Search found 3 matches

by Clayton Vasconcelos
Tue, 2007-08-14, 15:20
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 55075

Where may I set the sequence?
by Clayton Vasconcelos
Fri, 2007-08-10, 20:22
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 55075

error LNK2019: unresolved external symbol

I've Installed the DCMTK under Visual Studio 2005 (VC++). I got success on installation. But when a try to create a easy applicatiton to teste I have some problems. Source Code: #include "dcmtk/config/cfwin32.h" #include "dcmtk/dcmimgle/dcmimage.h" // Declaration ----------------...
by Clayton Vasconcelos
Thu, 2007-07-19, 21:39
Forum: DCMTK - General
Topic: Using DCMTK with Visual Studio 2005?
Replies: 2
Views: 4757

Using DCMTK with Visual Studio 2005?

I am trying to use dcmtk with VC 2005 but I´m get some errors. I built and I installed. When I put for exemple: #include "dcmtk/config/osconfig.h" e get the message bellow: c:\dcmtk-3.5.4-win32-i386\include\dcmtk\config\cfwin32.h(94) : warning C4005: 'HAVE_CONST_CAST' : macro redefinition ...