2007/6/8, galvatron brinkley <[EMAIL PROTECTED]>:
Hi, thanks for the replies. I've created a new visual
studio project (win32 - dll) and added all the osgCal
files + gave it the directories for the libs.
it has a ton of warnings like this:
Model.cpp(54): warning C4541: 'dynamic_cast' used on
polymorphic type 'osg::Node' with /GR-; unpredictable
behavior may result
You have disabled RTTI, needed for dynamic_cast
see
http://msdn2.microsoft.com/en-us/library/we6hfdy0(VS.80).aspx
for details
then it errors:
Model.cpp(82): error C2039: 'getAnimationActionList' :
is not a member of 'CalMixer'
What version of cal3d do you use? osgCal tested on 0.10.0 and 0.11.0.
Maybe interface was changed.
and finally:
Model.cpp(109): warning C4273: 'osgCal::Model::Model'
: inconsistent dll linkage
I think you need to define OSGCAL_LIBRARY for correct dllimport/dllexport stuff
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/