Re: [Opensg-users] GeoUIntXProperty synchronization in OpenSG 2.0 alpha

2006-02-21 Thread Gerrit Voss
Hi, On Tue, 2006-02-21 at 18:42 +0100, Carlo Moritz Göllner wrote: > Hello, > > recently, I wrote: > > >> did you call Thread::getCurrentChangeList()->commitChanges(); > > > indeed, this fixed it. The aspects are more or less synchronized now. > > I still can't see my geometry. > > > I export

Re: [Opensg-users] Error on App Exit - WAS:Inheritance problem: crash in shallowCopy()

2006-02-21 Thread Dirk Reiners
On Tue, 2006-02-21 at 11:53 -0600, Dirk Reiners wrote: > Hi Patrick, > > On Tue, 2006-02-21 at 11:30 -0600, Patrick Hartling wrote: > > > > I tried testing this with VR Juggler 2.1 a couple of hours ago, and it does > > not work in debug mode. I couldn't figure out why, but I suspected that

Re: [Opensg-users] Error on App Exit - WAS:Inheritance problem: crash in shallowCopy()

2006-02-21 Thread Dirk Reiners
Hi Patrick, On Tue, 2006-02-21 at 11:30 -0600, Patrick Hartling wrote: > > I tried testing this with VR Juggler 2.1 a couple of hours ago, and it does > not work in debug mode. I couldn't figure out why, but I suspected that > inlining (or lack thereof) was playing a role. It works like

[Opensg-users] GeoUIntXProperty synchronization in OpenSG 2.0 alpha

2006-02-21 Thread Carlo Moritz Göllner
Hello, recently, I wrote: >> did you call Thread::getCurrentChangeList()->commitChanges(); > indeed, this fixed it. The aspects are more or less synchronized now. > I still can't see my geometry. > I exported the scenegraph in aspect 1. The vertex position indices show up in > the .osg file. Ho

Re: [Opensg-users] Error on App Exit - WAS:Inheritance problem: crash in shallowCopy()

2006-02-21 Thread Patrick Hartling
Dirk Reiners wrote: > Hi Marcus, > > On Thu, 2006-02-16 at 17:24 +0100, Marcus Lindblom wrote: >> I forgot that, in order to make this work, you need some to force the >> evaluation of this. You could include something like the following, to >> check it from every file during app-startup (

Re: [Opensg-users] Error on App Exit - WAS:Inheritance problem: crash in shallowCopy()

2006-02-21 Thread Dirk Reiners
Hi Marcus, On Thu, 2006-02-16 at 17:24 +0100, Marcus Lindblom wrote: > > I forgot that, in order to make this work, you need some to force the > evaluation of this. You could include something like the following, to > check it from every file during app-startup (pre-main). > > struct C

Re: [Opensg-users] trouble with todays CVS (unspecified_bool_type)

2006-02-21 Thread Dirk Reiners
Hi Matthias, On Tue, 2006-02-21 at 10:26 +0100, Matthias Stiller wrote: > osgHello, > > I tried to compile todays CVS with the MSVC2003 compiler and got > problems in OSGRefPtr as well as OSGFieldContainerImpl. When I comment > out the unspecified_bool_type operator it seems to compile

[Opensg-users] CFP: IVEVA 2006

2006-02-21 Thread Dirk Reiners
Hi everybody, the call for papers for IVEVA 2006 has been published. The IVEVA conference aims to provide a friendly environment to discuss ideas in Intelligent Virtual Environments and Virtual Agents. In this sense, the conference is intended to promote the exchange of ideas between AI

[Opensg-users] trouble with todays CVS (unspecified_bool_type)

2006-02-21 Thread Matthias Stiller
osgHello, I tried to compile todays CVS with the MSVC2003 compiler and got problems in OSGRefPtr as well as OSGFieldContainerImpl. When I comment out the unspecified_bool_type operator it seems to compile again. Can somebody shed some light onto it ? What is it needed for, never heard of that