Hi,
I have had no problems linking building on Win32/64 (Visual 2005)  in debug and 
release mode until I used a class derived from  osg::Camera::DrawCallback.

Debug mode 32/64 links fine, but Release mode gets the link error.
At a wild guess it looks like the vtable for osg::Camera::DrawCallback has been 
optimized away..



error LNK2001: unresolved external symbol "__declspec(dllimport) const 
osg::Camera::DrawCallback::`vftable'{for `osg::Referenced'}" 
(__imp_??_7drawcallb...@camera@osg@@6breferen...@2@@)ew


Anyone hit this one before??

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=13853#13853





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

Reply via email to