P
Peter
In software I scan certain dlls for which I get the icon handle of the icon
inside.
I use that handle to display the icons in the application.
The icon is always 32x32, 16 colours
This has always worked fine, for Win95 - XP
On VISTA RC1 (Build 5600) this function mostly (for most dlls/icons in my
situation) fails and returns NULL
GetLastError always returns: 15106
Seems like a Vista Bug to me, the function call is legit and, as said, has
always worked.
Only for one dll I appear to get the icon handle. After inspection I see no
difference with the other icons in the other dlls.
All 32x32, 16 colours.
How to get this bug fixed ?
Are these posts read by developers ?
inside.
I use that handle to display the icons in the application.
The icon is always 32x32, 16 colours
This has always worked fine, for Win95 - XP
On VISTA RC1 (Build 5600) this function mostly (for most dlls/icons in my
situation) fails and returns NULL
GetLastError always returns: 15106
Seems like a Vista Bug to me, the function call is legit and, as said, has
always worked.
Only for one dll I appear to get the icon handle. After inspection I see no
difference with the other icons in the other dlls.
All 32x32, 16 colours.
How to get this bug fixed ?
Are these posts read by developers ?