<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>After each compile i tried to run openal-info but twice i received: <BR>"ALC error Invalid Context occured"<BR>&nbsp;<BR>I then ran my own program and tried to enumerate the devices like so:<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp; char *device = (char*)alcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER);<BR>&nbsp;&nbsp;&nbsp; char *deviceS = (char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER);<BR>&nbsp;&nbsp;&nbsp; printf("Device: %s\nDevice: %s", deviceS, device);<BR>&nbsp;&nbsp;&nbsp; int a = 0;<BR>&nbsp;&nbsp;&nbsp; while(1)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; while (*(deviceS++));<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a++;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; deviceS++;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (a==2)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 break;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ((*deviceS))<BR>printf("Device: %s\n", deviceS);<BR>&nbsp;&nbsp;&nbsp; }<BR>exit(0);<BR><BR>The output looked like this:<BR>Device: Wave File Writer</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm wondering what am i doing wrong, portaudio should have been present in there, right?</DIV>
<DIV>What am i missing?</DIV>
<DIV>&nbsp;</DIV></td></tr></table><br>