Hi Michael,

just an idea:
OpenSG registers in osgInit (OSGBaseFunctions.h/.cpp) an exit handler with
atexit(osgExitWrapper);
which then calls osgExit.
I had some problems with GLUT versions, which do not call exit on window closing.

Could you check what MFC does on window closing? I could be a problem like this.

Regards,
Christoph


Michael Manz wrote:


Hi folks

I am using Visual Studio .Net 2003. I implemented a MFC ChildView with OpenSG Support.
Works fine, until I close the application.
Then it crashes everytime with the Error Message:

HEAP[LBSkinning.exe]: Invalid Address specified to RtlValidateHeap( 02A50000, 02A58F60 )

First I thought this is a problem with verions of the MFC libraries.
But binding the libraries static nor compiling OpenSG by myself with my Visual Studio helps.

Has anyone the same problem? Or some ideas what's the error?

Thank you!
Michael Manz




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to