Search found 4 matches

by esmitt
Tue, 2007-10-23, 16:08
Forum: DCMTK - Installation
Topic: executing in xCode, serious problems in Mac Os X!!
Replies: 6
Views: 10774

maybe

Ok, maybe it's not a correct title for my post, sorry for that and i thanks for your recommendations.
by esmitt
Mon, 2007-10-22, 18:10
Forum: DCMTK - Installation
Topic: executing in xCode, serious problems in Mac Os X!!
Replies: 6
Views: 10774

again

Hi, i executing in the terminal with my file main.cpp and the default output a.out. Mi dicom libraries are in /usr/local/dicom... g++ main.cpp -I/usr/local/dicom/include/ -L/usr/local/dicom/lib/libdcmdata.a -L/usr/local/dicom/lib/libdcmnet.a -L/usr/local/dicom/lib/libdcmdsig.a -L/usr/local/dicom/lib...
by esmitt
Thu, 2007-10-18, 16:25
Forum: DCMTK - Installation
Topic: executing in xCode, serious problems in Mac Os X!!
Replies: 6
Views: 10774

Xcode problem

Thanks...
I will review the link to the dcmtk library... it's my first steps in Mac!!! and in xCode too.
The file is a .cpp extension. I shall try to make the compiled without use xCode (emacs or vi editor)

Thanks...
by esmitt
Tue, 2007-10-16, 17:28
Forum: DCMTK - Installation
Topic: executing in xCode, serious problems in Mac Os X!!
Replies: 6
Views: 10774

executing in xCode, serious problems in Mac Os X!!

Hi, i installed dcmtk following the steps in the installation guides (zlib, tiif, libxml, libpng, tcp_wrappers and libicinv) for MacOs X. In /usr/local/dicom exists bin, etc, include, lib, man and share subdirectory. I suppose that all is correct. When i write a test code in Xcode IDE: #ifndef HAVE_...