Search found 8 matches

by DanSV
Tue, 2007-02-20, 20:40
Forum: DCMTK - General
Topic: bitDepth and Maximum allowed data values
Replies: 0
Views: 12841

bitDepth and Maximum allowed data values

Hello everyone. I developing a custom GUI with wxWidgets to 'flatten' dicom images obtained from endoscopic MRI imaging antennae. My program needs to read in and antenuate or amplified different pixel data based on a users mouse click. Now the problem. My program needs to compute a ceiling for the d...
by DanSV
Tue, 2007-01-30, 19:04
Forum: DCMTK - Installation
Topic: problems with dcmtk in dev-c++ and mingw (winxp)
Replies: 9
Views: 17354

ok, i think i have resolved my issues for now. one problem is that dev cpp automatically links wsock32.lib but not netatapi32.lib
by DanSV
Tue, 2007-01-30, 18:51
Forum: DCMTK - Installation
Topic: problems with dcmtk in dev-c++ and mingw (winxp)
Replies: 9
Views: 17354

everything is now being built with the VC++ 2005 compiler and i'm still having problems
by DanSV
Mon, 2007-01-29, 21:03
Forum: DCMTK - General
Topic: linker errors with DicomImage
Replies: 1
Views: 2895

linker errors with DicomImage

Hi, I'm building an app using wxDev C++ with the VC2005 compiler. When I try to use DicomImage i get the following linker errors. Any idea what is wrong? Using DicomImage::DicomImage() seems to work, but I have no way of setting the file. Thanks. C:\Program Files\Dev-Cpp\012907\overloadFrm.obj [Erro...
by DanSV
Mon, 2007-01-29, 19:49
Forum: DCMTK - Installation
Topic: problems with dcmtk in dev-c++ and mingw (winxp)
Replies: 9
Views: 17354

i also switched to using the Visual Studio 2005 compiler within wxDev C++
by DanSV
Mon, 2007-01-29, 19:45
Forum: DCMTK - Installation
Topic: problems with dcmtk in dev-c++ and mingw (winxp)
Replies: 9
Views: 17354

this error occurs using the precompiled toolkit. the compiler option you gave causes a new error: 28 C:\dcmtk-3.5.4\config\include\dcmtk\config\osconfig.h [Error C1083] Cannot open include file: 'cfunix.h': No such file or directory
by DanSV
Mon, 2007-01-22, 15:16
Forum: DCMTK - Installation
Topic: problems with dcmtk in dev-c++ and mingw (winxp)
Replies: 9
Views: 17354

i'm getting the exact same errors, any help would be appreciated
by DanSV
Fri, 2007-01-19, 17:05
Forum: DCMTK - General
Topic: Using dcmtk with Dev C++
Replies: 1
Views: 2789

Using dcmtk with Dev C++

Hi, I am trying to use the toolkit with the Dev C++ IDE. I installed the libraries using VC++, which I no longer have the option of using, plus I am building a wxWidgets app so it is advantageous to use Dev C++. Do I need to rebuild the libraries using Dev C++? Any help is greatly appreciated. Dan