[Openal] Create multiply contexts

noone88 thorben_linneweber at hotmail.com
Wed Aug 2 10:53:06 PDT 2006


Hi! 

Iam using OpenAl in .Net (C# .Net2.0) . I wrote a wrapper and now iam
developing an more object orientaded .Net version (based on OpenAl) of the
engine.

I made some tests and everything works perfectly until i try to create two
contexts:
(pseudocode)

dev = Alc.alcOpenDevice(null);

context1 = Alc.alcCreateContext(dev, null);
context2 = Alc.alcCreateContext(dev, null);
           
The device is successfully created, also the first context (context1). But
the second context fails to create (the pointer is zero).

Are there any known iusses with two contexts? Or iam doing someting wrong?
-- 
View this message in context: http://www.nabble.com/Create-multiply-contexts-tf2041313.html#a5618891
Sent from the OpenAL - User forum at Nabble.com.



More information about the Openal mailing list