Search found 1 match

by mgoetzke
Mon, 2017-09-18, 16:56
Forum: DCMTK - General
Topic: bug in wlfsim.cc:456
Replies: 1
Views: 2196

bug in wlfsim.cc:456

The line long hFile = _findfirst( (char*)searchname.c_str(), &fileData ); in wlfsim.cc:456 should be intptr_t hFile = _findfirst( (char*)searchname.c_str(), &fileData ); Otherwise the compiled worklist server will crash on windows 64 bit systems the moment it enumerates the worklist data dir...