<div dir="ltr"><div><div><div><div><div><div>Hi there, this is my first post to the forum. I have just started working with the STK libraries. I have managed to compiile successfully with a few STK classes, so I am now trying to get real time audio output with the RtWvOut class.<br><br></div>I am facing errors regarding MUTEX and CONDITIONS not being defined. After lengthy google searches and a few reads through the documentation, it seems that what I am missing, for MUTEX at least, is the preprocessor definition for the operating system.<br><br></div>I am running windows 8.1, and using microsoft Visual Studio 14 (and I have a copy of VS11 too).<br><br></div>I have tried adding #define statements to RvWvOut.cpp, things like:<br><br></div>#define MUTEX __OS_WINDOWS__<br>#define MUTEX (__OS_WINDOWS__)<br>#define MUTEX &quot;__OS_WINDOWS__&quot;<br>#define MUTEX (&quot;__OS_WINDOWS__&quot;)<br>#define mutex_ __OS_WINDOWS__<br>#define mutex_ (__OS_WINDOWS__)<br>#define mutex_ &quot;__OS_WINDOWS__&quot;<br>#define mutex_ (&quot;__OS_WINDOWS__&quot;)<br><br></div>It might be obvious that I&#39;m new to this sort of thing :D anyone know what I need to do here? Am I even barking up the right tree?<br><br></div>Cheers in advance for your help, <br><br>Pete<br></div>