Hello everyone,
first I need to say, that I'm quite new to programming with C++ in Visual Studio and I'm not very good at using VS2017 yet.
My only experience with VS was once in a lecture for C# on VS2015.
But now I want to tell you about my problem...
I want to install DCMTK 3.6.2 for Visual Studio that I can handle DICOM files for my master thesis.
So I downloaded it and tried to follow the instructions in the INSTALL file. On my machine I run the following:
- Windows 10 Enterprise 2016 LTSB - 64-bit
- Visual Studio Community 2017 version 15.3.5
- CMake 3.8.2 - as in the INSTALL file recommended
(Are this information too specific?)
As I am not a computer scientist I failed once or twice, but finally I got everything right with CMake and created a folder, where the ALL_BUILD and INSTALL projects for VS are stored. Then I ran the ALL_BUILD in VS. That worked well, but at the end of it there was an error, that there was no project for the builds.
Then I tried to run the INSTALL project, but in VS only the ALL_BUILD project was opened and running it again brought me to the same result.
So now I'm wondering how I can complete the installation of the DCMTK libraries.
I hope you can help me. For better understanding I also took some screenshots and hope it can help.
https://picload.org/view/dgaoagol/vs_taskbar.jpg.htmlThis is how my taskbar in VS looks like. With this I ran the file
https://picload.org/view/dgaoagow/vs_error.jpg.htmlThis is the error at the end of running the ALL_BUILD
https://picload.org/view/dgaoagoi/vs_1strun.jpg.htmlThis is the end of the VS Output Window after running the ALL_BUILD the first time
https://picload.org/view/dgaoaglr/vs_2ndrun.jpg.htmlThis is the end of the VS Output Window after running the ALL_BUILD a second time
I'm looking forward to an answer and want to say thank you just right now! Have a nice weekend!
Best greetings,
Chris