Hi Adrian,

On 7/4/06, Adrian Egli <[EMAIL PROTECTED]> wrote:
i tried to compile it, and  i got similar trouble Observer class

Could you provide the specific errors please.

i am not running in single threaded, so i have to lock / unlock some shared
resources. At the moment
may application just using the OpenThreads stuff. Mutex, Thread only this
both classes.
the code above should show where i have an issue (only) on one machine.
because normally i use
mutex.lock to lock a mutex, as common way. but if i implement my own lock :

while ( ! mutex.tryLock() ) SwitchToThread();

instead of mutex.lock() the issue will more or less disappear.

but i have to retry and debug it. i hope i will find out what would be the
issue.

I can't shed any light on Window specific issues I'm afraid, let alone
thread specific issue under Windows.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to