C++ Setting dll properties via .rc file: Which attributes are shown by Windows 7? -


i created dll , set various attributes in rc file (by following tutorial here. if scan dll exiftool, can see of attributes. however, windows 7 displays attributes when right-click on dll, select "properties" , go "details" tab. can't figure out attributes have set change values windows 7 shows me.

cheers

alex

according this answer had include windows.h, solved problem. page linked mentions in unrelated example , official microsoft example code doesn't have include either, mentions hidden in "remarks" chapter.


Comments