MP3 player
|
|
Through the development and use of x86 based processors in research and teaching roles we have used and developed several pieces of software which can be utilised in such environments. This page highlights a simple MP3 Player we have constructed for use with eMbedded visual Tools V3.0 on an ARCOM x86 architecture. VB - Simple MP3 Player
When developing make sure the DLL is in the windows directory and download the module file and place it into your eMbedded Visual Basic Project. You should then be able to call the functions in your VB programs. VC - Simple MP3 Player
When developing make sure the DLL is in the windows directory and download the library file and header file. Include the header file in your eMbedded Visual C++ Project and add the library file to the linker option for addition libraries. You should then be able to call the functions in your VC++ programs. |