Search found 6 matches

by JamesBloomScheff
Mon, 2021-05-17, 19:13
Forum: DCMTK - Installation
Topic: Building with open SSL
Replies: 7
Views: 9136

Re: Building with open SSL

this last one was my fault. I still had a couple of include files from the 64 bit project that were being pulled into the 32 bit project.
by JamesBloomScheff
Mon, 2021-05-17, 18:46
Forum: DCMTK - Installation
Topic: Building with open SSL
Replies: 7
Views: 9136

Re: Building with open SSL

Things are working a bit better. As far as I know, the only thing I changed was the case of the drive letter in the WITH_OPENSSL from a capital C to a lowercase C. I'm still getting this link error DTDicomNetwork.obj : error LNK2001: unresolved external symbol "public: virtual class DcmTranspor...
by JamesBloomScheff
Mon, 2021-05-17, 17:10
Forum: DCMTK - Installation
Topic: Building with open SSL
Replies: 7
Views: 9136

Re: Building with open SSL

The project file for dcmtls does not have WITH_OPENSSL defined. Depends shows that tlslayer_dummy_function is exported.
by JamesBloomScheff
Mon, 2021-05-17, 16:54
Forum: DCMTK - Installation
Topic: Building with open SSL
Replies: 7
Views: 9136

Re: Building with open SSL

I do see thousands of messages like this: File: C:/Users/SCHEFJX2/Desktop/DCMTK Conversion/3.6.5/dcmtk-3.6.5/dcmtls/libsrc/tlslayer.cc Call Stack (most recent call first): dcmtls/libsrc/CMakeLists.txt:2 (DCMTK_ADD_LIBRARY) This warning is for project developers. Use -Wno-dev to suppress it. CMake Wa...
by JamesBloomScheff
Mon, 2021-05-17, 16:34
Forum: DCMTK - Installation
Topic: Building with open SSL
Replies: 7
Views: 9136

Re: Building with open SSL

Further information: As near as I can tell from depends.exe, those modules are not exported by dcmtls.dll. In the cmake gui, I have the following option set BUILD_SHARED_LIBS DCMTK_COMPILE_WIN32_MULTITHREADED_DLL DCMTK_ENABLE_BUILTIN_DICTIONARY DCMTK_ENABLE_EXTERNAL_DICTIONARY = lfs DCMTK_ENABLE_STL...
by JamesBloomScheff
Mon, 2021-05-17, 15:33
Forum: DCMTK - Installation
Topic: Building with open SSL
Replies: 7
Views: 9136

Building with open SSL

I'm in the process of migrating changes from a 64 bit project that uses DCMTK to to a 32 bit project. I'm getting the the errors listed below. As far as I can tell, I'm building dcmtk with OPEN_SSL support (output below). I'm using dcmtk 3.6.5 as that was the version used in the original 64 bit proj...