Hi Selvakumar,

delete the file "G:\Split5\Debug\Split.pdb" and rebuild.

I added in my CMakeLists.txt /wd4250 to disable the warning you see, (line ~762)

Laurens.

SET(OSG_AGGRESSIVE_WARNING_FLAGS /W4 /wd4706 /wd4127 /wd4100 /wd4250)
On 1/19/2013 12:04 PM, Selvakumar Chellamuthu wrote:
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

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to