Icon needs to be 'destroyed' when program stops. #9

Closed
opened 2024-11-07 15:43:51 +00:00 by Ruben · 1 comment
Owner

Windows docs specify that "You are responsible for destroying this handle with DestroyIcon when you no longer need it.", referring to the handle to the icon in the file_info object in this program. Said handle should be destroyed before the program stops.

Windows docs specify that "You are responsible for destroying this handle with DestroyIcon when you no longer need it.", referring to the handle to the icon in the _file_info_ object in this program. Said handle should be destroyed before the program stops.
Author
Owner

Fixed in 7b5c1fbdff
Also added an exit option for the CLI and the handle to the icon is destroyed then, could be improved by destroying the handle when selecting a new path / file but this is not implemented yet.

Fixed in 7b5c1fbdffd3dd004aac8e60e29b316dfdb998cf Also added an exit option for the CLI and the handle to the icon is destroyed then, could be improved by destroying the handle when selecting a new path / file but this is not implemented yet.
Ruben closed this issue 2024-11-07 15:50:49 +00:00
Commenting is not possible because the repository is archived.
No description provided.