On 4/14/2011 8:29 AM, Anastasia Papas wrote:
> Hi, I am also getting a similar error for another lib, although I have added 
> it at the linker input, when I build I get:
> Unhandled exception at 0x7c812afb in Template.exe: Microsoft C++ exception: 
> std::bad_alloc at memory location 0x0012f32c..

  This almost 100% means you're mixing code compiled as debug with release code.

  Go back and re-check all of your inputs, if you're using any pre-compiled 
libraries. If
you're compiling everything from scratch, check your debug/release settings of 
_everything_.

-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
    "There is no Truth. There is only Perception. To Perceive is to Exist." - 
Xen
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to