Search found 4 matches

by magik51
Thu, 2006-01-12, 20:43
Forum: DCMTK - Installation
Topic: VS2005 express - cl broken
Replies: 3
Views: 8806

Hi Trev, i had the same problem (Visual express C++ 2005), i resolved it by using CMake 2.0.6 and it compiles all without any error. But now i have a problem with link: error LNK2001: unresolved external symbol "public: __clrcall OFString::OFString(void)" (??0OFString@@$$FQAM@XZ) XXXXX.obj...
by magik51
Thu, 2005-06-30, 22:01
Forum: DCMTK - Installation
Topic: compiling dcmtk with qt and kdevelop on ubuntu.
Replies: 5
Views: 10086

Hi,

ho i think i was tired when i try to do it :D sorry.

i have resolved all my problems,

i just have to put in the right order the linking library.

Thank for all your help.

Nik
by magik51
Wed, 2005-06-29, 21:51
Forum: DCMTK - Installation
Topic: compiling dcmtk with qt and kdevelop on ubuntu.
Replies: 5
Views: 10086

Hi, thanks to Jörg and focus for your answers. I have puted #define HAVE_CONFIG_H 1 on my classe and i don't have any errors messages (very good thanks). Now when i uses this code in one of my functions: DcmFileFormat fileformat; OFCondition status = fileformat.loadFile("test.dcm"); if (st...
by magik51
Tue, 2005-06-28, 20:59
Forum: DCMTK - Installation
Topic: compiling dcmtk with qt and kdevelop on ubuntu.
Replies: 5
Views: 10086

compiling dcmtk with qt and kdevelop on ubuntu.

Hi to all, i don't find a topic with it, so i'm sorry if there is one topic about it. I have some errors when i try to compil dcmtk with qt 3. 1 - i create a qt application. 2 - i include osconfig.h and dctk.h. 3 - i try to compil and i have errors: ... #error DCMTK needs stringstream or strstream t...