0

I created a dll and set various attributes in the rc file (by following the tutorial here. If I scan the dll with exiftool, I can see all of my attributes. However, Windows 7 displays only certain attributes when I right-click on the dll, select "Properties" and then go to the "Details" tab. I can't figure out which attributes I have to set to change the values Windows 7 shows me.

Cheers

Alex

Alex
  • 1,198
  • 2
  • 12
  • 26

1 Answers1

0

According to this answer I had to include windows.h, which solved my problem. The page I linked mentions this only in a completely unrelated example and the official Microsoft example code doesn't have the include either, but mentions it hidden in the "Remarks" chapter.

Community
  • 1
  • 1
Alex
  • 1,198
  • 2
  • 12
  • 26