[osg-users] I can't load Released OSG library in Debug Mode.

2009-06-19 Thread Ümit Uzun
Hi All, Until now, I have been using VS2003 in all project. But we have upgraded to VS2008. I don't know why can't load released OSG in Debug mode or vice versa. It throws and std::badalloc exception while using reading some model or images by osgDB's static functions(readNode, readImageFile

Re: [osg-users] I can't load Released OSG library in Debug Mode.

2009-06-19 Thread Vincent Bourdier
Hi Ümit, VS add some dll dependencies to any c++ projet it compiles, so I advice you to rebuild OSG with VS2008 and use theses new lib and dll to run and debug your application. Regards, Vincent 2009/6/19 Ümit Uzun umituzu...@gmail.com Hi All, Until now, I have been using VS2003 in all

Re: [osg-users] I can't load Released OSG library in Debug Mode.

2009-06-19 Thread Ümit Uzun
Thanks Vincent and JS; It is interesting no-no which is seen to me odd :) It always restrict us while using created dll project which uses osg. So I have to create my own dll project in two version (debug and release) for compiling new project which uses this dll in it for possibility of beeing

Re: [osg-users] I can't load Released OSG library in Debug Mode.

2009-06-19 Thread Jean-Sébastien Guay
Hi Ümit, It is interesting no-no which is seen to me odd :) It always restrict us while using created dll project which uses osg. So I have to create my own dll project in two version (debug and release) for compiling new project which uses this dll in it for possibility of beeing different