The attached player runs on my MIO 350 (WM 5).
I checked it on an emulator of version WM6.1 - gets an error :
"Error loading program. Exception."
But when I run it from B4PPC on the device - its OK.
Is there an explanation ?
Due to size limit I uploaded only the code, the exe and the list of files which are required for the compilation.
I wanted to try it in the desktop IDE, but it doesn't run because of the missing image files.
I tried the exe file on my htc Touch HD, get an error in loading program.
I post it here since I believe it is a bug in 6.76.
Since you get a problem with a real device - it is not the problem of the emulator.
As I said - it runs with the Device IDE and also on WM5 on the device.
I also checked "simple MPG player" after adding the device dlls, and it works as exe on the device, so the problem is probably not with the FMOD family of libraries .
Also tried with deleting the HW and the record - but still the error.
sent to your mail
did not check with 6.50 but it used to work there, I added volume control based on the library's volume instead of external application.
There is a problem with the .Net CF and the specific format of the png files you are using. Replace those files with files in a different format and it will work fine. (This problem is not related to V6.80)
I don't know why it works on some devices and doesn't work on others.
However I see that other .Net CF users encountered it.
True, after changing all the images to jpg format the problem does not show.
But still, why does it not appear when running the same application from the device IDE ?