I'm using visual studio 2003 to program a smart device application for
my pocket pc. I need this allpication to play .mp3 files. I've looked
at the .dll files found at the fmod.org site. I try to add any of
these fmodce.dll files as a reference file in visual studio but visual
studio complains they "are not of a .NET extension" can anyone help me
use fmod or another library/api to play mp3 files?
thanks
Mythran - 29 Nov 2005 16:09 GMT
> I'm using visual studio 2003 to program a smart device application for
> my pocket pc. I need this allpication to play .mp3 files. I've looked
[quoted text clipped - 4 lines]
>
> thanks
If they are COM libraries, you can add a reference to it by opening the Add
Reference dialog and selecting the COM tab, then Browse for your library you
want to reference...
Mythran