Search found 9 matches

by Zhou_jianzhong
Mon, 2009-07-13, 08:48
Forum: DCMTK - General
Topic: Some function of dicomtk lib work wrong in arm?
Replies: 2
Views: 2977

the problem is solved

the problem is solved. I forget to copy dicom.dic to arm.
by Zhou_jianzhong
Mon, 2009-07-13, 07:16
Forum: DCMTK - General
Topic: Some function of dicomtk lib work wrong in arm?
Replies: 2
Views: 2977

data dictionary is not loaded

in my progam ,data dictionary is not loaded.It may cause the above errors.(in x86, it is right) if (!dcmDataDict.isDictionaryLoaded()) { ofConsole.lockCerr() << "Warning: no data dictionary loaded, " << "check environment variable: " << DCM_DICT_ENVIRONMENT_VARIABLE << endl; ofCo...
by Zhou_jianzhong
Mon, 2009-07-13, 03:59
Forum: DCMTK - General
Topic: Some function of dicomtk lib work wrong in arm?
Replies: 2
Views: 2977

Some function of dicomtk lib work wrong in arm?

DcmTag tag;
tag=DCM_PatientsName;
printf("evr of DCM_PatientsName is %d \n",tag.getEVR());
tag=DCM_PixelData;
printf("evr of DCM_PixelData is %d \n",tag.getEVR());

the result is :
evr of DCM_PatientsName is 39(EVR_UNKNOWN)
evr of DCM_PixelData is 39(EVR_UNKNOWN)
by Zhou_jianzhong
Mon, 2009-07-06, 03:28
Forum: DCMTK - General
Topic: Can dicomtk be compiled with arm-linux-c++ compiler?
Replies: 1
Views: 2807

Can dicomtk be compiled with arm-linux-c++ compiler?

The platform of my project is arm9 & linux2.4.Can dicomtk be compiled and linked with arm-linux-c++? How to modify the makefile to compile dicomtk with arm-linux-c++? waiting for your help,thanks!
by Zhou_jianzhong
Sat, 2009-07-04, 10:45
Forum: DCMTK - General
Topic: Is there any diff of linux dicomtk lib between arm and X86?
Replies: 4
Views: 7310

dicomtk lib(.a) is complied and linked by c++, but my own application using the lib is is complied and linked by arm-linux-c++.It is not right,is not ?
I can't find libwarp.a in /usr/local/arm/2.95.3/lib。
by Zhou_jianzhong
Sat, 2009-07-04, 09:47
Forum: DCMTK - General
Topic: Is there any diff of linux dicomtk lib between arm and X86?
Replies: 4
Views: 7310

Is there any diff of linux dicomtk lib between arm and X86?

link error using arm-linux-c++, (I copy some lib from x86, Is that right? ) but linux of x86 is ok. arm-linux-c++ -O -I. -I/usr/local/arm/2.95.3/arm-linux/include -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_POSIX_C_SOURCE=199506L -Wall -L. -...
by Zhou_jianzhong
Mon, 2009-06-29, 10:24
Forum: DCMTK - General
Topic: SOS,a simple example of dcmnet link error! (linux2.4)
Replies: 3
Views: 5626

the problem is solved according to INSTALL. thanks very much!
On Unix platforms, if support for TCP wrappers is desired, a compiled version of the libwrap library and include file <tcpd.h> must be available during compilation of DCMTK
by Zhou_jianzhong
Mon, 2009-06-29, 09:50
Forum: DCMTK - General
Topic: SOS,a simple example of dcmnet link error! (linux2.4)
Replies: 3
Views: 5626

thanks a lot.it's ok. but I still have other problem!

[root@localhost dicomtk]# c++ -O -I/usr/include/libxml2 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_BSD_COMPAT -D_OSF_SOURCE -D_POSIX_C_SOURCE=199506L -Wall -L../libsrc -o DicomTkImage DicomTkImage.o -ldcmpstat -ldcmimage -ldcmimgle -ldcmsr -ldcmtls -ldcmnet -ldcmdata ...
by Zhou_jianzhong
Mon, 2009-06-29, 07:52
Forum: DCMTK - General
Topic: SOS,a simple example of dcmnet link error! (linux2.4)
Replies: 3
Views: 5626

SOS,a simple example of dcmnet link error! (linux2.4)

/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libdcmnet.a(dimse.o)(.text+0x10be): In function `sendDcmDataset(T_ASC_Association*, DcmDataset*, unsigned char, E_TransferSyntax, DUL_DATAPDV, void (*)(void*, unsigned long), void*)': : undefined reference to `DcmOutputBufferStream::DcmOutputBufferSt...