Info provided by Dev C ++ developer
When I compile my project in Dev C ++, how can I get the information displayed in the final exe property page in windows?
I've tried using the Version Info tab in the project properties with no luck.
0
xfader
source
to share
1 answer
You need to link the resource to the .exe that has the VERSION information structure. This is the same mechanism used to associate an icon with an application.
+2
Jon Trauntvein
source
to share