Search found 7 matches

by Christoph Graebner
Wed, 2017-10-04, 13:37
Forum: DCMTK - Installation
Topic: Installing DCMTK 3.6.2. for Visual Studio 2017 Community
Replies: 12
Views: 15374

Re: Installing DCMTK 3.6.2. for Visual Studio 2017 Community

Hey,

thanks for your answer and your advice.
I'll go and check it out :)

Best,
Chris
by Christoph Graebner
Wed, 2017-10-04, 12:13
Forum: DCMTK - Installation
Topic: Installing DCMTK 3.6.2. for Visual Studio 2017 Community
Replies: 12
Views: 15374

Re: Installing DCMTK 3.6.2. for Visual Studio 2017 Community

Hi Michael, thanks for your fast answer. Well, this is the code: #include <dcmtk/config/osconfig.h> #include <dcmtk/dcmdata/dctk.h> int main(int argc, char *argv[]) { DcmFileFormat fileformat; if (fileformat.loadFile("C:\00_Mein Ordner\00_Studium\Master\Plan_Test.dcm").good()) { DcmItem *i...
by Christoph Graebner
Wed, 2017-10-04, 08:57
Forum: DCMTK - Installation
Topic: Installing DCMTK 3.6.2. for Visual Studio 2017 Community
Replies: 12
Views: 15374

Re: Installing DCMTK 3.6.2. for Visual Studio 2017 Community

Good morning everybody, after a review of the answer, the link and what I've done I finally can tell you that I got the problem fixed. So again I want to thank you for your great help. EDIT: After some tries writing code I finally found out VS tries to tell me that the whole libraries are full of er...
by Christoph Graebner
Thu, 2017-09-28, 11:25
Forum: DCMTK - Installation
Topic: Installing DCMTK 3.6.2. for Visual Studio 2017 Community
Replies: 12
Views: 15374

Re: Installing DCMTK 3.6.2. for Visual Studio 2017 Community

Hi Michael,

thanks for the information. I'm very glad to see this.

So I tried to handle path changing in Visual Studio and got beaten, but I found out that it works with including the whole path.

Thanks a lot for your help!!!

Best,
Chris
by Christoph Graebner
Thu, 2017-09-28, 07:41
Forum: DCMTK - Installation
Topic: Installing DCMTK 3.6.2. for Visual Studio 2017 Community
Replies: 12
Views: 15374

Re: Installing DCMTK 3.6.2. for Visual Studio 2017 Community

Good morning guys, I hope you are all fine =) because I had some other issues and a free day, I just came to check your way this morning. Well, I checked and followed your page for the CMake Configuration and did as the guide told me. Then I ran Visual Studio, opened the project and tried to build t...
by Christoph Graebner
Mon, 2017-09-25, 07:16
Forum: DCMTK - Installation
Topic: Installing DCMTK 3.6.2. for Visual Studio 2017 Community
Replies: 12
Views: 15374

Re: Installing DCMTK 3.6.2. for Visual Studio 2017 Community

Maybe you can check whether you roughly followed this guide ? Hello Michael, thanks for your answer. I tried to open the guide you linked for me. But I cannot open it. There is an proxy error Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could n...
by Christoph Graebner
Fri, 2017-09-22, 14:06
Forum: DCMTK - Installation
Topic: Installing DCMTK 3.6.2. for Visual Studio 2017 Community
Replies: 12
Views: 15374

Installing DCMTK 3.6.2. for Visual Studio 2017 Community

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 Studi...