Hello Enrico,
Enrico Borrione wrote:
> Since recently I'm working on a project involving 3danimations,
> I've downloaded the vrml animation library wrote by Rasmus Agerholm.
>
> After some struggle, I have been able to build the library dll,
> and to setup a small test program. Actually, just to give the library a
> test, I've downloaded the example code in the library's main page:
>
> http://www.vrmedialab.dk/~rasta/personal/download/animExample.cpp
>
> Now, both the projects compile and link with no problem,
> but no matter what vrml file I try to display, sooner or later
> every file crashes in the first barrier line:
>
> pAnimator->pAnimatorSyncBarrier->enter( 2 );
>
> The only kind of feedback that I have is a windows dialog
> informing me that there was a debug assertion failure, vector subscript
> out of range.
>
> Does anyone has come across this error or has any clue to solve this?
this sounds like the assertion comes from the checks in the debug
version of the c++ standard lib. If you are indeed running debug libs,
could you try and run the example in the debugger, hopefully that would
allow to know which vector is accessed with an out of bounds value and
greatly improve chances of finding the source of the problem.
Cheers,
Carsten
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users