[Openal] OpenalSoft 1.7.411 & malformed version number on ppc G5 and i386 macbook ok

Manolache Adrian prog_ady at yahoo.com
Tue Apr 7 17:40:10 PDT 2009


After each compile i tried to run openal-info but twice i received: 
"ALC error Invalid Context occured"
 
I then ran my own program and tried to enumerate the devices like so:
 
    char *device = (char*)alcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER);
    char *deviceS = (char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER);
    printf("Device: %s\nDevice: %s", deviceS, device);
    int a = 0;
    while(1)
    {
        while (*(deviceS++));
        a++;
        deviceS++;
        if (a==2)
            break;
       if ((*deviceS))
printf("Device: %s\n", deviceS);
    }
exit(0);

The output looked like this:
Device: Wave File Writer
 
I'm wondering what am i doing wrong, portaudio should have been present in there, right?
What am i missing?
 


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://opensource.creative.com/pipermail/openal/attachments/20090407/89a0dffc/attachment.html


More information about the Openal mailing list