Hi Robert,
> Sorry about this, these files have been moved out of the core OSG into
> the osgunittests file. I did make most of the required project file
> changes, but obviously missed osg.dsp, now updated and checked in so
> it should work now.
Thanks, that's what I did too and everything's ok.
There are still some compilation/link problems, particularly the osgunittests
project throws a bunch of warnings and one error (though that might just be
because it's currently under heavy development).
The warnings (there are 36) all look like:
..\..\..\examples\osgunittests\UnitTestFramework.cpp(196) : warning C4273:
'timer_' : inconsistent dll linkage
d:\devdata\openscenegraph-cvs\openscenegraph\examples\osgunittests\UnitTestFramework.h(405)
: see previous definition of 'private: static osg::Timer
osgUtx::TestRecord::timer_'
And the error is:
..\..\..\examples\osgunittests\UnitTestFramework.cpp(196) : error C2491:
'osgUtx::TestRecord::timer_' : definition of dllimport static data member not
allowed
As well, osgCamera gives some linker errors :
osgcamera.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall osgViewer::View::setUpViewAcrossAllScreens(void)"
([EMAIL PROTECTED]@osgViewer@@QAEXXZ) referenced in
function _main
osgcamera.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __thiscall osgViewer::View::View(void)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function _main
osgcamera.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
protected: virtual __thiscall osgViewer::View::~View(void)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "protected:
virtual
void * __thiscall osgViewer::View::`scalar deleting destructor'(unsigned int)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
And osgWrapper osgSim gives these linker errors :
ElevationSlice.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
osgUtil::IntersectionVisitor::`vbase destructor'(void)"
([EMAIL PROTECTED]@@QAEXXZ) referenced in function "public:
__thiscall osgIntrospection::Value::Instance<class
osgUtil::IntersectionVisitor>::Instance<class
osgUtil::IntersectionVisitor>(class osgUtil::IntersectionVisitor)"
([EMAIL PROTECTED]@osgUtil@@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@osgUtil@@@Z)
HeightAboveTerrain.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
osgUtil::IntersectionVisitor::`vbase destructor'(void)"
([EMAIL PROTECTED]@@QAEXXZ)
LineOfSight.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: void __thiscall
osgUtil::IntersectionVisitor::`vbase destructor'(void)"
([EMAIL PROTECTED]@@QAEXXZ)
ElevationSlice.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
osgUtil::IntersectionVisitor::IntersectionVisitor(class
osgUtil::IntersectionVisitor const &)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z) referenced in function
"public: __thiscall osgIntrospection::Value::Instance<class
osgUtil::IntersectionVisitor>::Instance<class
osgUtil::IntersectionVisitor>(class osgUtil::IntersectionVisitor)"
([EMAIL PROTECTED]@osgUtil@@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@osgUtil@@@Z)
HeightAboveTerrain.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
osgUtil::IntersectionVisitor::IntersectionVisitor(class
osgUtil::IntersectionVisitor const &)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z)
LineOfSight.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
osgUtil::IntersectionVisitor::IntersectionVisitor(class
osgUtil::IntersectionVisitor const &)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z)
I realize that you're very busy these days, and anyways I don't personally use
any of these projects, but in case someone else does I thought I'd report the
problems.
Have a happy holiday,
J-S
--
______________________________________________________
Jean-Sebastien Guay [EMAIL PROTECTED]
http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/