I'll try but I think can't be so easy. The code I used to play MP3
files with CF 1.0 was just a code snippet with 3/4 basic P/Invokes to
external DLLs of fmodce.dll.
This same code simply doesn't work and does not throw any exception.
The MP3 file is just not played.
Do you know somebody that has achieved playing MP3 with CF 2.0 and
fmode.dll. If you do, let me know please.
I think you did also participate in my previous post:
http://groups.google.es/group/micro...93914d4c60d/a05b0b1c4bf531bd#a05b0b1c4bf531bd
There you can see a sample of the static extern DLLs I'm calling in
order to play MP3 files. The library is the same therefore I understand
the calls to these DLLs should work also with CF 2.0. Has something
changed in the way of calling this extern DLLs? Peter took a rapid look
and found the return type of the DLLs a bit odd.
Did you also mean to compile fmodce source code (C++ I guess) using CF
2.0? I'll try and I'll post the results, I promise. I hope it does not
take me a lof of time because I'm not very fond of C++.
Thanks and regards.