首页 > 解决方案 > 部署到橱窗商店后 C++ MIDI 不工作

问题描述

include <windows.h>
include <mmsystem.h>
int flag;
flag = midiOutOpen(&device, midiport, 0, 0, CALLBACK_NULL);
flag = midiOutShortMsg(device, message.word);

这些代码在我开发时工作但部署到Window Shop后,没有声音

部署到橱窗商店时,我已检查功能下的“背景媒体播放”

我能找到的文档是 UWP/CSharp,但我想写 C++

标签: windowsvisual-c++mfcmidi

解决方案


推荐阅读