Search found 2 matches

by fruan
Fri, 2010-08-06, 15:48
Forum: DCMTK - General
Topic: How to compile and link dcmtk in Qt
Replies: 4
Views: 7204

Thanks so much! So the correct step is: 1. build library in Visual Studio 2008. 2. Setup compiler to VS 2008 in Qt project 3. Setup path for include and lib files 4. Build in Qt Right? If I want to run my application in Linux, I need to use linux compiler, e.g. g++ to build the library and then setu...
by fruan
Thu, 2010-08-05, 16:36
Forum: DCMTK - General
Topic: How to compile and link dcmtk in Qt
Replies: 4
Views: 7204

How to compile and link dcmtk in Qt

Hi, I want to use dcmtk library in a Qt application. The library is built by Visual Studio 2008. Now I want to use it in QT. After I configure the includepath and libs and build the application, it is said that some header, e.g. "iostream.h" is not found. Maybe the correct header is "...