Hello Robert,

> I've just added OSGUTIL_EXPORT to the affected classes, could you do a
> svn update and let me know how you get on.

I just updated and re-enabled the wrappers in CMake, and I get a  
different set of unresolved external symbols, again for Wrapper osgUtil:


81>EdgeCollector.obj : error LNK2019: unresolved external symbol  
"public: bool __thiscall  
osgUtil::EdgeCollector::Point::isBoundaryPoint(void)const "  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@QBE_NXZ) referenced in  
function "public: bool __thiscall  
osgUtil::EdgeCollector::Edge::isAdjacentToBoundary(void)const "  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@QBE_NXZ)
81>EdgeCollector.obj : error LNK2019: unresolved external symbol  
"public: bool __thiscall  
osgUtil::EdgeCollector::Edge::operator<(struct  
osgUtil::EdgeCollector::Edge const &)const "  
([EMAIL PROTECTED]@osgUtil@@QBE_NABU012@@Z) referenced in function  
"public: bool __thiscall osgUtil::dereference_less::operator()<class  
osg::ref_ptr<struct osgUtil::EdgeCollector::Edge>,class  
osg::ref_ptr<struct osgUtil::EdgeCollector::Edge> >(class  
osg::ref_ptr<struct osgUtil::EdgeCollector::Edge> const &,class  
osg::ref_ptr<struct osgUtil::EdgeCollector::Edge> const &)const "  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@@osg@@V01@@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@@@osg@@[EMAIL PROTECTED])
81>EdgeCollector.obj : error LNK2019: unresolved external symbol  
"public: bool __thiscall  
osgUtil::EdgeCollector::Triangle::operator<(struct  
osgUtil::EdgeCollector::Triangle const &)const "  
([EMAIL PROTECTED]@osgUtil@@QBE_NABU012@@Z) referenced in  
function "public: bool __thiscall  
osgUtil::dereference_less::operator()<class osg::ref_ptr<struct  
osgUtil::EdgeCollector::Triangle>,class osg::ref_ptr<struct  
osgUtil::EdgeCollector::Triangle> >(class osg::ref_ptr<struct  
osgUtil::EdgeCollector::Triangle> const &,class osg::ref_ptr<struct  
osgUtil::EdgeCollector::Triangle> const &)const "  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@@osg@@V01@@[EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@[EMAIL PROTECTED]@@@osg@@[EMAIL PROTECTED])
81>EdgeCollector.obj : error LNK2019: unresolved external symbol  
"public: void __thiscall  
osgUtil::EdgeCollector::Edge::setOrderedPoints(struct  
osgUtil::EdgeCollector::Point *,struct osgUtil::EdgeCollector::Point  
*)"  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED])  
referenced in function "public: __thiscall `anonymous  
namespace'::reflector133::reflector133(void)"  
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
81>EdgeCollector.obj : error LNK2019: unresolved external symbol  
"public: void __thiscall osgUtil::EdgeCollector::Edge::clear(void)"  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@QAEXXZ) referenced in function  
"public: __thiscall `anonymous  
namespace'::reflector133::reflector133(void)"  
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
81>EdgeCollector.obj : error LNK2019: unresolved external symbol  
"public: class osg::TemplateIndexArray<unsigned int,6,1,5125> *  
__thiscall osgUtil::EdgeCollector::Edgeloop::toIndexArray(void)const "  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@osg@@XZ) referenced in 
function "public: __thiscall `anonymous 
namespace'::reflector183::reflector183(void)"  
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
81>EdgeCollector.obj : error LNK2019: unresolved external symbol  
"public: void __thiscall  
osgUtil::EdgeCollector::Triangle::setOrderedPoints(struct  
osgUtil::EdgeCollector::Point *,struct osgUtil::EdgeCollector::Point  
*,struct osgUtil::EdgeCollector::Point *)"  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED])  
referenced in function "public: __thiscall `anonymous  
namespace'::reflector224::reflector224(void)"  
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
81>EdgeCollector.obj : error LNK2019: unresolved external symbol  
"public: void __thiscall  
osgUtil::EdgeCollector::Triangle::clear(void)"  
([EMAIL PROTECTED]@[EMAIL PROTECTED]@@QAEXXZ) referenced in function  
"public: __thiscall `anonymous  
namespace'::reflector224::reflector224(void)"  
([EMAIL PROTECTED]@@[EMAIL PROTECTED])


I guess EdgeCollector::Point, EdgeCollector::Edge and  
EdgeCollector::Triangle need OSGUTIL_EXPORT as well?

Thanks,

J-S
-- 
______________________________________________________
Jean-Sebastien Guay     [EMAIL PROTECTED]
                         http://whitestar02.webhop.org/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


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

Reply via email to