How to load an ASIO driver in C++?
I want to access the list of driver’s names with the C++ ASIO SDK of Steinberg to select the driver then load it. So I try to use the hostsample.cpp exemple to write my code, it compile but dont want to execute:
How to compile Steinberg ASIO SDK on Window?
I want to compile a simple program using ASIO SDK, however there is a strange error that I cannot fix.