PDA

View Full Version : Audio Library



Maluko_Da_Tola
21st September 2010, 01:01
Hello,

I was trying to use this audio library https://ccrma.stanford.edu/software/stk/system.html with Qt creator but it does not compile, showing the error message of undeclared classes (although I added all the necessary header files). On the website it says the library requires Visual C++ for compiling. Does anyone knows if this library can be used in Qt creator and, if yes, how to do it?

Thank you

mcosta
21st September 2010, 14:42
Hi,

Qt Creator is only an IDE but you need a complier to build applications.
To build a library and use it you must refer to library documentation.