Sounds like you forgot to link with osgText.lib

- D


On Jan 15, 2008 6:09 AM, Pedro José Muñoz Martínez <[EMAIL PROTECTED]>
wrote:

>  Hello all,
> I have a problem with adding text. Just instantiating :
> osgText::Text* texto = new osgText::Text();
> I found linking errors such as:
> 1>Curso1.obj : error LNK2019: unresolved external symbol
> "__declspec(dllimport) public: __thiscall osgText::Text::Text(void)"
> ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function _main
> 1>Curso1.obj : error LNK2001: unresolved external symbol "public: virtual
> void __thiscall osgText::Text::setThreadSafeRefUnref(bool)"
> ([EMAIL PROTECTED]@osgText@@[EMAIL PROTECTED])
>
> And I don´t know what can it be because I include it #include
> <osgText/Text> and the error still continuous. Any idea?
>
> Thanks in advance.
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to