Search found 12 matches

by hadi
Tue, 2019-12-31, 11:27
Forum: DCMTK - General
Topic: Problem : 0006:0303 DUL Finite State Machine Error: No action defined, state 1 event 7
Replies: 0
Views: 60088

Problem : 0006:0303 DUL Finite State Machine Error: No action defined, state 1 event 7

Hi
We get this error on server:
0006:0303 DUL Finite State Machine Error: No action defined, state 1 event 7
Can any body help me please?
by hadi
Wed, 2016-04-27, 12:35
Forum: DCMTK - General
Topic: Connecting to Valid IP address
Replies: 1
Views: 2731

Connecting to Valid IP address

Hi
Our application with dcmtk works fine in local networks,
with valid IP we can only fetch study and series data, but we it fails when we want to retrieve pixel data.
Please help
Best Regards

Hadi Dayvary
by hadi
Tue, 2016-03-01, 21:15
Forum: DCMTK - Installation
Topic: Compiling dcmtk 3.6.0 in 64 bit
Replies: 3
Views: 6233

Re: Compiling dcmtk 3.6.0 in 64 bit

Hi
Thank you so much.
But I did not understand if it is possible or not?
If it's possible please help
by hadi
Sun, 2016-02-28, 16:34
Forum: DCMTK - Installation
Topic: Compiling dcmtk 3.6.0 in 64 bit
Replies: 3
Views: 6233

Compiling dcmtk 3.6.0 in 64 bit

Hi we are using dcmtk 32 bit for several years. But now we need to compile 3.6.0 (NOT 3.6.1) in 64 bit in visual studio 2010. We used cmake to create solution and then compiled it, but got link error. We found that first we need to compile : libtiff, libpng, zlib, libxml, liniconv we could use cmake...
by hadi
Sat, 2014-03-15, 19:54
Forum: DCMTK - Installation
Topic: How to compile dcmtk3.6.0 in Linux?
Replies: 5
Views: 15697

Re: How to compile dcmtk3.6.0 in Linux?

I must upgrade our PACS server for suse 12.2
So please help me pass this last errors
Thank you
by hadi
Sat, 2014-03-15, 16:10
Forum: DCMTK - Installation
Topic: How to compile dcmtk3.6.0 in Linux?
Replies: 5
Views: 15697

Re: How to compile dcmtk3.6.0 in Linux?

Thank you so much sir. I added hundres of this-> to so many files and at last dcmtk3.6 compiled. Now I have so many of these error in my code: assoc.cc:-1: error: undefined reference to `log4cplus::Logger::isEnabledFor(int) const' assoc.cc:-1: error: undefined reference to `log4cplus::Logger::~Logge...
by hadi
Sat, 2014-03-15, 09:24
Forum: DCMTK - Installation
Topic: How to compile dcmtk3.6.0 in Linux?
Replies: 5
Views: 15697

How to compile dcmtk3.6.0 in Linux?

Hi I want to compile dcmtk3.6.0 in linux suse 12.2 Is there any topic or documents how to do it? I use these commands but it makes some error and can not compile all parts ./configure --without-openssl --without-zlib --without-libtiff --without-libpng --without-libxml --without-libwrap make make ins...
by hadi
Sat, 2013-10-19, 16:38
Forum: DCMPRINT
Topic: dcmprint
Replies: 1
Views: 13074

dcmprint

Hi I have dcmprint evaluation copy. Is it possible to use dcmprint as a DICOM paper print server? (ofcource postscript printer) I've read that tcpsrv configuration file has a [Spool] section with a 'command' entry, sample is : Command = copy \f lpt1 /b I have just uncomment the abow line, (My printe...
by hadi
Tue, 2009-04-07, 20:12
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45287

Please email me VC++ project for libxml,
I'm reaaly in tropuble and need this,
If you give me that I can compile it,
Regards
Hadi
by hadi
Sat, 2009-03-14, 21:20
Forum: DCMTK - Installation
Topic: A question about error Link2005(MSDV)
Replies: 21
Views: 45287

Help

Ok. I built libraries with /MD(/MDd) on vc 6.0 and vc2005. If someone want I will sent. Hi simeon I'm a VC++ programmer working on dcmtk would you please send me your compiled version (with /MD) of dcmtk libraries I want to use it in VC++2008, is it ok? I have a lot of link error with Dennis Ballan...
by hadi
Wed, 2009-03-11, 18:27
Forum: DCMTK - Installation
Topic: LinkError for VC2008 and /MD (need XML & OpenSSl) (Help me)
Replies: 0
Views: 13667

LinkError for VC2008 and /MD (need XML & OpenSSl) (Help me)

Hi I have downloaded the zip file from Dennis Ballance, (I don't know if he's version is compiled with /MD for XML and OpenSSl !?) I need to use XML and OpenSSL library as well, I have VC++2008(VC9), and I want to compile it with /MD (I replaced all /MT with /MD in CMakeLists.txt of dcmtk) But VC++9...
by hadi
Sat, 2007-04-14, 12:27
Forum: DCMPRINT
Topic: DICOM Print
Replies: 1
Views: 10949

DICOM Print

Hi everyone
We use dcmtk, our sever is Linux based and our viewer is windows based.
We want to add DICOM print support to our program, where should we do it?
In viewer or in the server?