'Unresolved external symbol' errors

前端 未结 2 1439
滥情空心
滥情空心 2020-12-11 12:01

I am using an example program that is supposed to allow control of MIDI devices using a protocol called OSC.

What I have done is downloaded the SDK from here: http:/

2条回答
  •  一整个雨季
    2020-12-11 12:59

    You're either not pulling in the correct library, or your prototype is not defining the library function correctly according to what's actually in it.

提交回复
热议问题