resourcelib
resourcelib copied to clipboard
Couple of bugs...
Love the library but there are issues.
Run this against notepad.exe and try to list all resources. It fails because it has a non-standard resource (MUI).
Then try to update notepad's icon. Again it fails because the group icon starts at 2 whereas the initial FindResource is called with an Id of 1.
The first issue can be fixed easily but I'm having trouble with the second. Any thoughts?
This is one odd notepad. What are the errors you're getting?
Please split up these issues here with details. PR a repro/test/fix as you can, please.
- There should be no problem with MUI AFAIK, it would return a generic resource.
- There should be no issue with enumerating icons via
rc.icons.