Michael Onken wrote:
Hi,
I think you can ignore the first error for now (the one during CMake configuration).
The other one looks like the zlib library is not found at the specified path.
Do you used the zlib binaries from the
support lib package from dcmtk.org? They are built for 32 bit, while you are compiling in 64 bit mode, maybe that is also an issue.
Best regards,
Michael
Thank you for your reply! I'm a senior student and newly touch with this field. I have changed the mode into 32 bit and that works. But when test the EXE in console, problem exists. I want to use +tls option in storescp but it shows unknown option ( shown below) .
I wonder whether it is necessary to cut the suffix of the file in the support library, like ' dcmtkeay_d.lib ' to ' dcmtkeay.lib '
In addition, why there is a ' bin ' folder ( which has contained exe and dll ) in directory of openssl-1.0.0c? Does that make conflicts with .lib file ?( I mean the compile way between MD and MT )