Search found 5 matches

by Gittywang
Wed, 2014-10-15, 01:23
Forum: DICOMscope - General
Topic: DICOMscope can not load my .dcm files successfully
Replies: 3
Views: 14386

Re: DICOMscope can not load my .dcm files successfully

My DICOM image has not been compressed and it use colors.
My DICOMscope version is 3.6.0
And I can get a .jpg image output by dcmj2pnm successfully.
by Gittywang
Mon, 2014-10-13, 03:49
Forum: DICOMscope - General
Topic: DICOMscope can not load my .dcm files successfully
Replies: 3
Views: 14386

DICOMscope can not load my .dcm files successfully

Hello,
When I want to load my own .dcm file, the DICOMscope always reminds me "loading failed."
Then I use dcmpschk to check my .dcm file, but the test is passed.
BTW, I load my .dcm file by MicroDICOM view successfully.
Can anyone tell me the reason?
And how can I upload my .dcm file?
by Gittywang
Tue, 2012-07-10, 01:36
Forum: DCMTK - Installation
Topic: Compile error occurred when practising as FAQ #47 descripted
Replies: 3
Views: 7532

Re: Compile error occurred when practising as FAQ #47 descri

Ignoring (default) libraries is usually a bad idea. You should better make sure that your project is compiled with the same code generation settings as DCMTK! Hi J. Riesmeier, Thanks for you kind reminding.:D Yes, you are right. The compile error is caused by the unmatched code generation setting. ...
by Gittywang
Mon, 2012-07-09, 02:16
Forum: DCMTK - Installation
Topic: Compile error occurred when practising as FAQ #47 descripted
Replies: 3
Views: 7532

Re: Compile error occurred when practising as FAQ #47 descri

I have solved it by refering to viewtopic.php?f=3&t=191&hilit=_inflateInit2_+referenced

1. Add the zlib.lib
2. Add the LIBCMTD.lib to the ignore list (Project --> Property --> Configuration Properties --> Linker --> Input --> Ignore Specific Library)
by Gittywang
Fri, 2012-07-06, 03:45
Forum: DCMTK - Installation
Topic: Compile error occurred when practising as FAQ #47 descripted
Replies: 3
Views: 7532

Compile error occurred when practising as FAQ #47 descripted

Hi, I'm newbie of DCMTK. I just want to try use the latest DCMTK libraries in my own applications as FAQ #47 descripted. But complie failed as following, 1>------ Build started: Project: testapp, Configuration: Debug Win32 ------ 1>Linking... 1>Searching libraries 1> Searching C:\Program Files\Micro...