Search found 5 matches

by loveDcmtk
Fri, 2012-05-25, 15:43
Forum: DCMTK - Installation
Topic: ofstream.h Cannot open include file: 'iostream.h': No such f
Replies: 12
Views: 22001

Re: ofstream.h Cannot open include file: 'iostream.h': No su

I I removed the "dcmtk/ofstd/ofstdinc.h"
but I still have the error
ofstream.h(67) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory
by loveDcmtk
Fri, 2012-05-25, 14:41
Forum: DCMTK - Installation
Topic: ofstream.h Cannot open include file: 'iostream.h': No such f
Replies: 12
Views: 22001

Re: ofstream.h Cannot open include file: 'iostream.h': No su

Then you are probably including DCMTK headers in your source files without including "dcmtk/config/osconfig.h" at the very beginning of these files. NO I'm including DCMTK headers like this : //Include Files for JpegLosless Version 2 #include "dcmtk/config/osconfig.h" #include &...
by loveDcmtk
Fri, 2012-05-25, 14:15
Forum: DCMTK - Installation
Topic: ofstream.h Cannot open include file: 'iostream.h': No such f
Replies: 12
Views: 22001

Re: ofstream.h Cannot open include file: 'iostream.h': No su

Are you mixing the two different implementations of I/O streams that are contained in the MS VS compilers? I have no idea but I think that's the problem Is USE_STD_CXX_INCLUDES defined in your "dcmtk/config/osconfig.h" include file? Yes USE_STD_CXX_INCLUDES is defined in dcmtk/config/osco...
by loveDcmtk
Fri, 2012-05-25, 09:48
Forum: DCMTK - Installation
Topic: ofstream.h Cannot open include file: 'iostream.h': No such f
Replies: 12
Views: 22001

ofstream.h Cannot open include file: 'iostream.h': No such f

Hello, I use DCMTK 3.6.0 and Microsoft Visual Studio 2005 on a on a Windows Xp system. I compiled DCMTK using CMAKE 2.8.8 I am trying to compile my own project and I had compilation errors: ofstream.h(67) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory how to c...