Hi,

Fresh SVN checkout, VC++ 2008 debug build - I get the following error when 
building my own application:

View.obj : error LNK2001: unresolved external symbol "public: virtual void 
__thiscall osg::View::Slave::updateSlaveImplementation(class osg::View &)" 
(?updateSlaveImplementation@Slave@View@osg@@UAEXAAV23@@Z)

This is weird, as I can see this function is actually implemented in View.cpp. 
Nevertheless, I can't build. Just as usually, I link to osgd.lib.

Anyone knows what could be wrong? Recent changes that might affect my 
application? The problem doesn't happen when building OSG examples, for 
instance.

Cheers,
Fred

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





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to