Project

General

Profile

Actions

Bug #802

closed

wlmscpfs: wrong type used for _findfirst() causes problems on 64-bit Windows

Added by Marco Eichelberg almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Category:
Library and Apps
Target version:
Start date:
2017-11-09
Due date:
% Done:

100%

Estimated time:
Module:
dcmwlm, dcmavixl
Operating System:
Win64
Compiler:

Description

The Worklist SCP currently uses the following code:

long hFile = _findfirst( (char*)searchname.c_str(), &fileData );

The return type for _findfirst needs to be intptr_t. This makes a difference on Win64, where long is 32 bit, and intptr_t is 64 bit.
This bug also affects some of the private modules.

Actions #1

Updated by Marco Eichelberg almost 8 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
  • Module set to dcmwlm, dcmavixl
  • Operating System set to Win64

Closed by commits e0f44ea (public DCMTK) and d429f6a (private modules).

Actions

Also available in: Atom PDF