A
Asheesh
Hi All,
I've been troubled by a strange problem off late. I've created an
application in which I play MP3 files using a 3rd party decoder. I P/Invoke
the audio library functions in my .NET CF application to play the audio
files. The problem occurs when I leave my application open for some time
along with the other opened applications, and then try to access the opened
application, I receive a Native exception
A native exception has occurred in TalkingApp.exe. Select Quit and then
restart this program or select Details for more information.
ExceptionCode: 0xc0000005
ExceptonAddress: 0x0144d924
Reading: 0x4980246c
What could be the source of the problem? I duly release the memory acquired
by the native function within the native function itself, so I don't have to
worry about freeing unmanaged resources from within my CF application.
I'd appreciate if someone could throw some light on this. Please help.
Regards,
Asheesh
I've been troubled by a strange problem off late. I've created an
application in which I play MP3 files using a 3rd party decoder. I P/Invoke
the audio library functions in my .NET CF application to play the audio
files. The problem occurs when I leave my application open for some time
along with the other opened applications, and then try to access the opened
application, I receive a Native exception
A native exception has occurred in TalkingApp.exe. Select Quit and then
restart this program or select Details for more information.
ExceptionCode: 0xc0000005
ExceptonAddress: 0x0144d924
Reading: 0x4980246c
What could be the source of the problem? I duly release the memory acquired
by the native function within the native function itself, so I don't have to
worry about freeing unmanaged resources from within my CF application.
I'd appreciate if someone could throw some light on this. Please help.
Regards,
Asheesh