Search found 11 matches

by rakeshd
Thu, 2016-02-04, 14:11
Forum: DCMTK - General
Topic: logging not working for windows dll
Replies: 2
Views: 3131

Re: logging not working for windows dll

Hi Jan,
Thank you so much for your reply.

Yes, we tried with building DCMTK as DLLs and it works in this scenario.


Thanks
by rakeshd
Wed, 2016-02-03, 15:13
Forum: DCMTK - General
Topic: logging not working for windows dll
Replies: 2
Views: 3131

logging not working for windows dll

Hi The following code we are calling from the main in our application (MWLSCU.exe). OFConsoleApplication app(OFFIS_CONSOLE_APPLICATION, "Application", rcsid); OFCommandLine cmd; OFLog::addOptions(cmd); app.parseCommandLine(cmd, argc, argv); OFLog::configureFromCommandLine(cmd, app); Howeve...
by rakeshd
Thu, 2015-02-12, 02:45
Forum: DCMTK - General
Topic: OFString::compare (const OFString& str) is failing
Replies: 3
Views: 3994

Re: OFString::compare (const OFString& str) is failing

Yes, thats was the doubt I have.. so can we report that as violation of DICOM std.?
by rakeshd
Mon, 2015-02-09, 04:06
Forum: DCMTK - General
Topic: OFString::compare (const OFString& str) is failing
Replies: 3
Views: 3994

OFString::compare (const OFString& str) is failing

Hi, We are facing an issue with OFString compare method. In DcmPresentationState::createFromImage method, line 928 else if ((aString != "MONOCHROME2")&&(aString != "MONOCHROME 2")) is failing for sString value "MONOCHROME2" This is what I found, it is failing fo...
by rakeshd
Fri, 2014-08-15, 03:20
Forum: DCMTK - General
Topic: JPEG 2000 codec implementation
Replies: 1
Views: 2659

JPEG 2000 codec implementation

Hi, I want to use our proprietary codec library for JPEG2000. I need to hook it up to DCMTK library so that application doesn't need to compress or decompress its own. I see DJCodecDecoder and DJCodecEncoder classes, provided by the dcmtk already has a lots of boilerplate codes. If I just extend the...
by rakeshd
Tue, 2014-07-01, 08:39
Forum: DCMTK - General
Topic: Changing SpecificCharacterset betwee UTF-8 & Koren/Japanese
Replies: 1
Views: 2536

Changing SpecificCharacterset betwee UTF-8 & Koren/Japanese

Hi, We are creating Dicom image using DcmDataset for different Character Set encoding with Libiconv enabled. For multibyte characters, like Korea/Japanese, we try to encode using OFCharacterEncoding class and put the string into Dataset. This creates problem while we try to convert the same file bac...
by rakeshd
Fri, 2014-01-31, 03:04
Forum: DCMTK - General
Topic: DcmQueryRetrieveSCP alternative
Replies: 4
Views: 4675

Re: DcmQueryRetrieveSCP alternative

Thanks for your reply. I realized the fact that, handling FIND / MOVE request, depends on the underlying storage system. So I am going to implement QR SCP on top of DcmSCP implementation, extending my SCP class from DcmThreadSCP. I have one very basic doubt. To process the MOVE request, i need to im...
by rakeshd
Thu, 2014-01-30, 07:22
Forum: DCMTK - General
Topic: DcmQueryRetrieveSCP alternative
Replies: 4
Views: 4675

DcmQueryRetrieveSCP alternative

Hi,
Do you have any plan to provide a new implementation for DcmQueryRetrieveSCP using DcmSCP or DcmThreadSCP, like new DcmStoraheSCP ?

Thanks
Rakesh
by rakeshd
Fri, 2014-01-17, 02:54
Forum: DCMTK - Installation
Topic: Cmakelist.txt of 3.6.1 missing Platform-specific settings
Replies: 18
Views: 81984

Re: Cmakelist.txt of 3.6.1 missing Platform-specific setting

Thanks.

Will there be any implication of not using UNICODE and program with MBCS or none?, as on VS it is recommended to use UNICODE.
by rakeshd
Thu, 2014-01-16, 10:40
Forum: DCMTK - Installation
Topic: Cmakelist.txt of 3.6.1 missing Platform-specific settings
Replies: 18
Views: 81984

Re: Cmakelist.txt of 3.6.1 missing Platform-specific setting

Here is one difference i found.

In the app projects setting, I am using "Unicode Character Set" instead of "Multi-Byte Character Set"

But with that the build was okay before and now w/o oflog module as i mentioned.
by rakeshd
Wed, 2014-01-15, 09:10
Forum: DCMTK - Installation
Topic: Cmakelist.txt of 3.6.1 missing Platform-specific settings
Replies: 18
Views: 81984

Re: Cmakelist.txt of 3.6.1 missing Platform-specific setting

Hi there, I am facing the same issue as mentioned in this post. When I tried the latest snapshot dcmtk-3.6.1_20131114, it gave me nightmare. There is no issue building dcmtk static libs. The issue appears when I try to build the apps. -------------------------------- 46>E:\SVN_Projects\OpenSource_Re...