Can anyone tell me why I should be getting an AknIcon 7 panic code?
Can anyone tell me why I should be getting an AknIcon 7 panic code?
Which exact API call gives you this panic and what is the state of the icon file you are trying to load during this time? Are you in any way changing the file?
-- Lucian
The code is calling the AknIconUtils::CreateIconL function and using the returned bitmap and mask for drawinf etc. I'm seeing the AknIcon 7 panic when the application tries to exit. Do you know what the error code means as I don't have any documentation on it.
If you search in the wiki for AknIcon you will find an enumeration id for this panic but the name will not help you much. As far as I know the panic is triggered only once if a change is detected in the file while processing it. It is dificult to tell more without knowing what your code does.
-- Lucian