home *** CD-ROM | disk | FTP | other *** search
/ ftp.alaska-software.com / 2014.06.ftp.alaska-software.com.tar / ftp.alaska-software.com / acsn / MP3.TXT < prev    next >
Text File  |  2007-08-23  |  809b  |  38 lines

  1. Readme file:
  2.  
  3. For compile MP3.EXE require.
  4.  
  5.    Alaska Xbase++ Ver 1.80.284
  6.    C++ Ver 2.0 or hight, with parameters /c /Zl /Tc <file.c>
  7.  
  8.    Required files:
  9.      mp3play.prg + _mp3play.prg
  10.      mp3play.ch
  11.      commands.ch
  12.      mp3play.arc
  13.      wm_user.c   -> Call back ( spy events )
  14.      windows.h
  15.      xppdef.h    -> Alaska
  16.      xpppar.h    -> Alaska
  17.      xppcon.h    -> Alaska
  18.      bap.lib     -> Library
  19.      bap.dll
  20.      bap.ch
  21.      mp3.dll     -> Library
  22.      user32.lib  -> Library
  23.  
  24.    Link for bap.dll:
  25.  
  26.      http://www.alaska-software.com/cgi-bin/waa1gate.exe?WAA_PACKAGE=WebLib&WAA_FORM=ListFiles&WEBLIB_SECT=12
  27.  
  28.    Link for mp3.dll:
  29.  
  30.      http://guille.costasol.net/colabora/MP3Player.htm   
  31.  
  32.    or
  33.  
  34.      http://www.elguille.info/colabora/vb/MP3Player.htm
  35.    
  36.  
  37.  
  38.