|
用
GetMusic()->SetBGEnable(true);
GetMusic()->SetBGMode( TYPE_MP3 );
GetMusic()->SetBGRepeats( -1 );
GetMusic()->LoadBG( "music.mp3" );
GetMusic()-> layBG( );
播放背景mp3,编译通过,运行出错,调试停在GetMusic()->LoadBG( "music.mp3" );处;
有以下提示
0x1001e0eb 处最可能的异常: 0xC0000005: 读取位置 0x00000000 时发生访问冲突 。
用同样的方法播放背景midi、wav都可以成功运行,独mp3有以上问题。
软件环境:HoHo 4.2.5.0,DX9,VC.NET 2003,windowsXP+sp1
请教诸位大虾! |
|