I use the Steinberg ASIO SDK, all the functions are defined in asio.cpp they’re correctly linked except:
- ASIOSetSampleRate
- ASIOGetSampleRate
- ASIOCanSampleRate
that give me an undefined reference, I add to my compiler command the files asio.cpp, asiodrivers.cpp and asiolist.cpp, I also add the lib ole32. What can cause this error ?