Search found 4 matches

by gpereira
Tue, 2006-11-07, 10:41
Forum: DCMTK - Installation
Topic: "undefined reference" problem
Replies: 4
Views: 11063

a similar problem

Hi, I've got these "undefined reference" problems while I'm trying to compile the program below: #include "dctk.h" using namespace std; int main(int argc, char** argv) { DcmFileFormat fileformat; OFCondition status = fileformat.loadFile("test.dcm"); if (status.good()) {...
by gpereira
Mon, 2006-11-06, 15:14
Forum: DCMTK - Installation
Topic: DCMTK MinGW without Msys: Works on 3.5.3, but not in 3.5.4 ?
Replies: 4
Views: 8843

mingw with msys

Hi Marco, Thank you so much for your kindness and attention. Sorry, but I haven't much experience programing so I don't know how to verify your advice. Moreover, All libraries are already recognized, but the strstrea.h contain the mistakes below: C:/MinGW/include/strstrea.h:67: `streamoff' was not d...
by gpereira
Fri, 2006-11-03, 12:16
Forum: DCMTK - Installation
Topic: problems with dcmtk in dev-c++ and mingw (winxp)
Replies: 9
Views: 17396

problems with dcmtk in dev-c++ and mingw (winxp)

Hi, i'm trying to use the dcmtk pachage with mingw and dev-c++ (winxp). My first problem is when I use mingw32-make the libraries path wasn't found. In dev-c++ I makes -I'< INCLUDE>path and it all ok, but I'm having the following error: 102 C:\Dev-Cpp\include\dcmtk\ofstd\ofstream.h `strstream' does ...
by gpereira
Fri, 2006-11-03, 12:14
Forum: DCMTK - Installation
Topic: DCMTK MinGW without Msys: Works on 3.5.3, but not in 3.5.4 ?
Replies: 4
Views: 8843

dcmtk with mingw and dev-c++

Hi, i'm trying to use the dcmtk pachage with mingw and dev-c++ (winxp). My first problem is when I use mingw32-make the libraries path wasn't found. In dev-c++ I makes -I'< INCLUDE>path and it all ok, but I'm having the following error: 102 C:\Dev-Cpp\include\dcmtk\ofstd\ofstream.h `strstream' does ...