I need to install the real time proccess library "rtaudio-4.1.1" on windows in order to use it in C++ projet.
I'd try to compile the library project given by MIT website with QTCreator. I opened the qt project RTaudio and click on compile and the output is:
In function `newDrvStruct` (in asiolist.o):
undefined reference to `_imp__CLSIDFromString@8' in asiolist.cpp
In function `ZN14AsioDriverListC2Ev` (in asiolist.o):
undefined reference to `_imp__CoInitialize@4' in asiolist.cpp
Some research on the subject leads me to accuse the linker configuration but I didn't know very well what's the problem and how to solve it. :'(
So, i'm calling you to give me some hope !
Thanks by advance ! =)