Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Mingw で PortMidi の例を構築しようとしていますが、それは 2 つのライブラリ portmidi と winmm に依存しています。
winmm を mingw にリンクすることは可能ですか?「.a」または「.lib」ライブラリを使用する必要がありますか?
このコマンドを使用してソースをコンパイルします。
g++ -o prg latency.c -IHeaders -LLib -lportmidi -lwinmm
ご協力いただきありがとうございます。