Hi Fred, This is likely to be down to the lack of an OSG_EXPORT in the declaration of View::Slave. Slave used to implemented entirely in the header, but now has methods implementated in the .cpp.
I've just checked in the addition of an OSG_EXPORT, could you try this out? Robert. On Tue, Mar 15, 2011 at 1:20 PM, Fred Smith <[email protected]> wrote: > 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 > [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

