Actions
Feature #1157
openAdd support for the version information resource to Windows executables and shared libraries
Status:
New
Priority:
Normal
Assignee:
-
Category:
Library and Apps
Target version:
-
Start date:
2025-05-08
Due date:
% Done:
0%
Estimated time:
Module:
all
Operating System:
Compiler:
Description
It would be nice to have version and copyright information added to DCMTK's EXE and DLL files, i.e. on Windows systems. This feature could be added by linking a version information resource (VERSIONINFO) to the respective files.
This has already been implemented successfully for a project that is based on the DCMTK. The current version information is added to the resource file (template) by CMake's configure_file() command.
Actions