Hi, I getting the following linker error in VS2012 in win 8 64 bit os machine.
I want to set up project and start coding. g:\openscenegraph-3.0.1-vs100\include\osgdb\fstream(41): warning C4250: 'osgDB::fstream' : inherits 'std::basic_istream<_Elem,_Traits>::std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' via dominance 1> with 1> [ 1> _Elem=char, 1> _Traits=std::char_traits<char> 1> ] 1> c:\program files (x86)\microsoft visual studio 11.0\vc\include\istream(74) : see declaration of 'std::basic_istream<_Elem,_Traits>::_Add_vtordisp1' 1> with 1> [ 1> _Elem=char, 1> _Traits=std::char_traits<char> 1> ] 1>ChildFrm.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification 1>LINK : fatal error LNK1207: incompatible PDB format in 'G:\Split5\Debug\Split.pdb'; delete and rebuild Can somebody help me to over come this linker error? Thank you! Cheers, Selvakumar :( :( ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=52030#52030 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

