This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I am trying to load an icon in my Windows taskbar DeskBand but it always fails with error code 0x00000715(The specified resource type cannot be found in the image file). I have already included the resource.h file and it contains the id for the ICON. Here is the code i [...] read more