MP3Class.pas(46): Symbol '_DMp3Play' is specific to a platform
_DMp3Play = dispinterface;
_DMp3PlayEvents = dispinterface;
Mp3Play = _DMp3Play;//这句报错
_DMp3Play = dispinterface
    ['{3B00B10B-6EF0-11D1-A6AA-0020AFE4DE54}']
    property SelWaveDevice: Smallint dispid 1;
    property Max44: WordBool dispid 2;
    property FrameCount: Integer dispid 3;
    property IsCopyrighted: WordBool dispid 4;
    property IsOriginal: WordBool dispid 5;
    property HasChecksums: WordBool dispid 6;
    property Layer: Smallint dispid 7;
    property SampleFrequency: Integer dispid 8;
    property BitRate: Integer dispid 9;
    property MPEGVersion: Smallint dispid 10;
    property MPEGMode: Smallint dispid 11;
    property FrameNotifyCount: Smallint dispid 12;
    property Version: Smallint dispid 13;
    property MsPerFrame: Single dispid 14;
    property TotalTime: Integer dispid 15;
    property ChannelMode: Smallint dispid 16;
    function  Open(const mp3file: WideString; const wavefile:    WideString): Smallint; dispid 17;
    function  Play: Smallint; dispid 18;
    function  Pause: Smallint; dispid 19;
    function  Seek(Frame: Integer): Smallint; dispid 20;
    function  Stop: Smallint; dispid 21;
    function  Close: Smallint; dispid 22;
    function  Authorize(const Name: WideString; const Password:
WideString): Smallint; dispid 23;
    function  SetErrorMode(ErrorsOn: Smallint): Smallint; dispid 24;
    function  GetVolumeLeft: Integer; dispid 25;
    function  SetVolume(LeftVolume: Integer; RightVolume: Integer): Smallint; dispid 26;
    function  GetVolumeRight: Integer; dispid 27;
    function  SetVolumeP(LeftVolumeP: Smallint; RightVolumeP: Smallint): Smallint; dispid 28;
    function  GetVolumeRightP: Smallint; dispid 29;
    function  GetVolumeLeftP: Smallint; dispid 30;
    function  GetNumDevs: Smallint; dispid 31;
    function  GetDevName(iDev: Smallint): WideString; dispid 32;
    function  GetDevParam(iDev: Smallint): Integer; dispid 33;
    function  SetOutDevice(iDev: Smallint): Smallint; dispid 34;
    function  GetOutDevice: Smallint; dispid 35;
    function  PlayFromTo(FrameA: Integer; FrameB: Integer): Smallint; dispid 36;
    function  GetWaveLengthSecs: Single; dispid 37;
    function  PlayFromToS(Secx: Single; Secy: Single): Smallint; dispid 38;
    function  GetLeftSelVolumeP: Smallint; dispid 39;
    function  SetSpeed(Percent: Smallint): Smallint; dispid 40;
    procedure AboutBox; dispid -552;
  end;