Hi

On 10/3/06, TIRUMALESH CHINTAMANI <[EMAIL PROTECTED]> wrote:
 
Hi all,
 
I am new osg and I was working on to add some text to a simple scene.
I tried looking at the osgText example from examples. The executable are working properly.
When i try copying and run the source code, I was not able to run it properly. Some of the errors are listed below.
I tried looking at the osg directories for osgText.I was not able to identify the problem
Please let me know what could be the problem.
 
osgHapticViewer error LNK2001: unresolved external symbol "public: virtual void __thiscall osgText::Text::accept(class osg::Drawable::ConstAttributeFunctor &)const " ( [EMAIL PROTECTED]@osgText@@[EMAIL PROTECTED]@osg@@@Z)
[...]
 
Those are linker errors. You should link your executable to osgText.lib (or osgTextd.lib for the debug version). Just add this value to the Project properties/Linker/Additional dependencies field.

Regards

Thibault
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to