Modify ↓
Ticket #13 (accepted defect)
Icons not extracted on Windows 98
| Reported by: | alamaison | Owned by: | alamaison |
|---|---|---|---|
| Priority: | minor (e.g. uncommon, cosmetic, has workaround) | Milestone: | 2.0 Extra features |
| Component: | frontend | Version: | 0.2.1.6 |
| Keywords: | icon win98 | Cc: |
Description
File and folder icons are not being extracted on Windows 98. They should be extracted based on file extension when the shell calls GetIconLocation? (handled by the CIconExtractor class).
Attachments
Change History
comment:2 Changed 5 years ago by alamaison
- Version changed from 0.2.1.4 to 0.2.1.6
- Milestone changed from 0.2.2 Real data provider to 0.5.0 Properties
Note: See
TracTickets for help on using
tickets.

GetIconLocation?() returns '*' as the icon location to force the shell to extract it from the system image list. Perhaps this doesn't work on Windows 98. A possible solution might be to implement the IShellIcon interface as an alternative to GetIconLocation?().