Hi Adrian, I believe this thread on collada.org has the answer:
https://collada.org/public_forum/viewtopic.php?t=648&sid=224c81c8abc5bf467e20ebdae3917644
You want to remove LIBXML_STATIC from the preprocessor defines in
LIBXMLPlugin.vcproj. Assuming you're trying to link to the libxml DLL
that is.
Adrian Egli wrote:
hi
(1) i downloaded the collada prebuild library from
http://sourceforge.net/projects/collada-dom
(2) installed the prebuild library
http://sourceforge.net/project/showfiles.php?group_id=157838&package_id=211510
<http://sourceforge.net/project/showfiles.php?group_id=157838&package_id=211510>
(17.04.2007)
(3) c-make configurated
(4) build osg with VC 7 and got the following errors:
Plug 3d dae error LNK2019: unresolved external symbol _xmlFree
referenced in function "private: void __thiscall
daeLIBXMLPlugin::readAttributes(class daeElement *,struct
_xmlTextReader *)"
([EMAIL PROTECTED]@@AAEXPAVdaeElement@@PAU_xmlTextReader@@@Z)
Plug 3d dae error LNK2019: unresolved external symbol "public: bool
__thiscall daeURI::getPath(char *,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
referenced in function "protected: class osg::StateAttribute *
__thiscall osgdae::daeReader::processTexture(class
domCommon_color_or_texture_type_complexType::domTexture *)"
(?processTexture@
[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@@@Z)
i read in the osg mailing list that may we have to build collada
without static linking, if this would be correct, is there an manual
out there?
adegli
------------------------------------------------------------------------
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/