<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> <BR>I then ran my own program and tried to enumerate the devices like so:<BR> <BR> char *device = (char*)alcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER);<BR> char *deviceS = (char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER);<BR> printf("Device: %s\nDevice: %s", deviceS, device);<BR> int a = 0;<BR> while(1)<BR> {<BR> while (*(deviceS++));<BR> a++;<BR> deviceS++;<BR> if (a==2)<BR>
break;<BR> if ((*deviceS))<BR>printf("Device: %s\n", deviceS);<BR> }<BR>exit(0);<BR><BR>The output looked like this:<BR>Device: Wave File Writer</DIV>
<DIV> </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> </DIV></td></tr></table><br>