c++ - Creating metadata with preprocessor -
for better identification of resulting file, want write metadata in compiled (c++) *.exe or *.dll. metadata should created during compilation via #define-commands.
is possible? or there way create identifiable data within file (like metadata)?
specific windows, if using visual studio, , want able add data binary building, can add version resource project, allows change version of resulting binary, add brief description. can view information in resulting binary's properties.
i believe ide using ms compiler able handle resource file, i'm not sure how easy edit them outside of visual studio.
Comments
Post a Comment