Re: [osg-users] Attempted to read or write protected memory. ERROR

2010-04-12 Thread Oleg Shistik
Hi Tufan, I have similar problem in my application. As far as I understood you managed to solve the problem. Can you share with me your experience? Thank you! Cheers, Oleg -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=26686#26686

[osg-users] Attempted to read or write protected memory. ERROR

2010-01-07 Thread Tufan Taş
Hi, I am new in open scene graph. I installed open scene graph 2.8.2 with thirdParty for VS2008. I wrote a simple code using C++/CLI as in the following: ref_ptrViewer viewer = new Viewer(); viewer-setUpViewInWindow(100, 100, 640, 480); viewer-run(); After debuging it I take the reulting dll

Re: [osg-users] Attempted to read or write protected memory. ERROR

2010-01-07 Thread Ümit Uzun
Hi Tufan, If there is no obligation you should use general Win32 Console Project instead of CLI, and problem most probably about CLI C++ and Pure C++ reference collision. Good Luck :D Regards. Ümit Uzun 2010/1/7 Tufan Taş tas.tu...@gmail.com Hi, I am new in open scene graph. I installed

Re: [osg-users] Attempted to read or write protected memory. ERROR

2010-01-07 Thread Tufan Taş
Thanks for your reply, I solved the problem. Cheers, Tufan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22251#22251 ___ osg-users mailing list osg-users@lists.openscenegraph.org