Playing MP3 files in CF 2.0

L

Lonifasiko

I finally achieved playing MP3 in my iPAQ that runs Windows Mobile
2003! Yuju! But....here I go:

I was playing with fmodce.dll (www.fmod.org - What a really good site!)
and I yesterday spent all the day testing this DLL in a CF 2.0 porject
built with VS.NET 2005 Beta2. I couldn't achieve a way to play MP3.
Frustrating!

This morning dawned on me the idea of using this DLL in a CF 1.0
project (also using VS:NET 2005 Beta2) and worked! Good but frustrating
again!

Has anybody played wihout using Media Player (in background mode would
do it !)an MP3 files in a CF 2.0 project? Or has anybody developed/seen
the fmodce.dll for CF 2.0?

If my project is going to use CF 2.0, would be a way of using
fmodce.dll only with CF 1.0? All this is a mess, but would like a quick
reply if possible.

Thanks very much.



Now I understand that fmodce.dll is not prepared for CF 2.0. But why?
If I'm externally importing DLL's from my code this way,

[DllImport("fmodce.dll", EntryPoint = "FSOUND_Stream_Play")]
public static extern int FSOUND_Stream_Play(int channel, IntPtr
stream);

I just make calls to external DLL's located at PPC, that's why I don't
understand why it doesn't work. CF 2.0 treats this external call in
another way?

Could anybody please give me an opinion around this issue? Or has
anybody solved this problem I'm suffering?

Thanks very much in advance.
 
L

Lonifasiko

Sorry, copy and paste problems is my previous post. Here is the final
result:

I finally achieved playing MP3 in my iPAQ that runs Windows Mobile
2003! Yuju! But....here I go:


I was playing with fmodce.dll (www.fmod.org - What a really good site!)

and I yesterday spent all the day testing this DLL in a CF 2.0 porject
built with VS.NET 2005 Beta2. I couldn't achieve a way to play MP3.
Frustrating!


This morning dawned on me the idea of using this DLL in a CF 1.0
project (also using VS:NET 2005 Beta2) and worked! Good but frustrating

again!


Has anybody played wihout using Media Player (in background mode would
do it !)an MP3 files in a CF 2.0 project? Or has anybody developed/seen

the fmodce.dll for CF 2.0?


If my project is going to use CF 2.0, would be a way of using
fmodce.dll only with CF 1.0? All this is a mess, but would like a quick

reply if possible.


Thanks very much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top