Hi, On Sun, 2005-06-12 at 21:54 -0700, Tran Thanh Hiep wrote: > Hi Gerrit > stack when i running program is: > OSGWindowWIN32.dll!10002176() > > 01hello.exe!WndProc(HWND__ * hwnd2=0x000405b4, > unsigned int uMsg=1, unsigned int wParam=0, long > lParam=1243264) Line 208 + 0x18 C++ > user32.dll!77d015df() > user32.dll!77d3fbd2() > user32.dll!77d019cb() > user32.dll!77d35142() > user32.dll!77d02cb5() > user32.dll!77d35142() > user32.dll!77d0a44b() > user32.dll!77d01a29() > ntdll.dll!77f43868() > user32.dll!77d0a3dc() > user32.dll!77d0a395() > ntdll.dll!77f6182f() > OSGSystemD.dll!0132a60b() > OSGSystemD.dll!0132dbcb() > OSGSystemD.dll!0132dbdb() > > 01hello.exe!osg::FCPtr<osg::AttachmentContainerPtr,osg::Window>::~FCPtr<osg::AttachmentContainerPtr,osg::Window>() > Line 791 + 0x12 C++ > user32.dll!77d0b363() > 01hello.exe!main(int argc=1, char * * > argv=0x0a9a9178) Line 376 + 0x3f C++ > 01hello.exe!mainCRTStartup() Line 398 + 0x11 C > kernel32.dll!77e4f38c()
hmm this looks interesting, first guess, invalid pointer somewhere, looks a little bit like a subref on an already invalid pointer. But without seeing the code this is really hard to tell. Even if the names are similar you don't seem to use the original tutorial cpp files. Does this happen after you changed something, or does this happen with the original tutorial too ? regards, gerrit ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
