Search found 8 matches

by poong4444
Tue, 2020-04-14, 03:16
Forum: DCMTK - General
Topic: DCMJPLS LNK2019 error
Replies: 1
Views: 1419

DCMJPLS LNK2019 error

Hello, I have used DCMTK v3.6.2 made from Cmake with zlib and libpng. And I'm using VisualStudio2010 in Window 10. When I used DJLSDecoderRegistration, I met an error LNK2019 : unresolved external symbol "__declspec(dllimport) public: static void __cdecl DJLSDecoderRegistration::registerCodecs(...
by poong4444
Mon, 2020-04-13, 10:09
Forum: DCMTK - General
Topic: Preblem with DJDecoderRegistration
Replies: 10
Views: 4589

Re: Preblem with DJDecoderRegistration

I've been using integrated library file(dcmtk.lib) so far, can this be the cause of the problem?
by poong4444
Thu, 2020-04-09, 01:24
Forum: DCMTK - General
Topic: Preblem with DJDecoderRegistration
Replies: 10
Views: 4589

Re: Preblem with DJDecoderRegistration

Thanks for reply.
I'm trying to decode JPEG-LS file. Do I have to use DJLSDecoderRegistration?
by poong4444
Mon, 2020-03-30, 08:17
Forum: DCMTK - General
Topic: Preblem with DJDecoderRegistration
Replies: 10
Views: 4589

Re: Preblem with DJDecoderRegistration

I made library files(dcmjpeg.lib, ijg8.lib, ijg12.lib, ijg16.lib) and link it.
But It didn't work..
by poong4444
Fri, 2020-03-27, 08:26
Forum: DCMTK - General
Topic: Preblem with DJDecoderRegistration
Replies: 10
Views: 4589

Re: Preblem with DJDecoderRegistration

Thank you for reply!

But I only have dcmtk.lib file and some _obj.lib file(e.g. dcmimgle_obj.lib, dcmnet_obj.lib, etc).
And also I only have dcmtk.dll.

Do I have to compile dcmtk project again?
by poong4444
Thu, 2020-03-26, 02:00
Forum: DCMTK - General
Topic: Preblem with DJDecoderRegistration
Replies: 10
Views: 4589

Re: Preblem with DJDecoderRegistration

Thanks for your help, Markus! I could find the header file of IJG libraries. I added code as below but I still faced same error message. #include "dcmtk/dcmjpeg/djdijg8.h" #include "dcmtk/dcmjpeg/djdijg12.h" #include "dcmtk/dcmjpeg/djdijg16.h" #include "dcmtk/dcmjp...
by poong4444
Wed, 2020-03-25, 01:12
Forum: DCMTK - General
Topic: Preblem with DJDecoderRegistration
Replies: 10
Views: 4589

Re: Preblem with DJDecoderRegistration

Thank you for reply.
I am linking to the dcmjpeg but I didn't link IJG library.
How can I link it?
by poong4444
Tue, 2020-03-24, 03:02
Forum: DCMTK - General
Topic: Preblem with DJDecoderRegistration
Replies: 10
Views: 4589

Preblem with DJDecoderRegistration

Hello, I have a problem with decompression(JPEG Lossless to LittleEndianExplicit). I referred to the following site. https://support.dcmtk.org/docs/mod_dcmjpeg.html When I checked OFCondition of chooseRepresentation function, the Status is 'OF_error' and the error text is 'Pixel representation canno...