Search found 4 matches

by pdeman
Tue, 2021-05-25, 10:51
Forum: DCMTK - Installation
Topic: windows: building dcmtk with libiconv
Replies: 1
Views: 5371

windows: building dcmtk with libiconv

Hi, I am trying to build dcmtk with utf-8 support, windows 10, x64, visual studio 15 2017. For that I tried with libiconv and with icu. for libiconv, I dowloaded it from https://dicom.offis.de/download/dcmtk/dcmtk366/support/libiconv-1.16.tar.gz then I followed the install windows. " There are ...
by pdeman
Tue, 2019-06-11, 16:20
Forum: DCMTK - General
Topic: generate multiframe dicom
Replies: 0
Views: 62980

generate multiframe dicom

Hi, I am trying to generate OCT Dicom: https://dicom.innolitics.com/ciods/ophthalmic-optical-coherence-tomography-b-scan-volume-analysis they are multiframe, and the associated dicom segment object. and for now, the only thing to write multiframe dicom that I have seen on dcmtk is : https://drive.go...
by pdeman
Wed, 2019-06-05, 14:45
Forum: DCMTK - Installation
Topic: error calling dcmtk from another project
Replies: 2
Views: 6642

Re: error calling dcmtk from another project

moreover if I want to link the .dll instead of the .lib I get this error: Severity Code Description Project File Line Suppression State Error LNK1107 invalid or corrupt file: cannot read at 0x300 Clocks.native G:\InstallDCMTKCpp11\bin\dcmnet.dll 1 if I link the .lib only. I can compile but when I tr...
by pdeman
Wed, 2019-06-05, 13:09
Forum: DCMTK - Installation
Topic: error calling dcmtk from another project
Replies: 2
Views: 6642

error calling dcmtk from another project

Hi, i have compiling dcmtk from git on windows server 2019 using visual studio 2017 and performed "INSTALL". In my project, I want to call dcmtk function so I added: the folder include in "additional include directory" and the folder lib in the linker ("additional libraries ...