winmm.lib的影响

在做音频播放的时候使用到了win系统音频函数waveout;

但是报错:

error link 2019 无法解析外部符号:waveoutGetnumDevice /close /reset/opem write 等等

其实是依赖的库文件缺少了Winmm.lib

 

相关文章:

  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2022-01-14
  • 2021-04-11
  • 2021-06-09
猜你喜欢
  • 2022-12-23
  • 2021-11-24
  • 2021-10-19
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
相关资源
相似解决方案