[osg-users] Unresolved External on set/getUserValue

2015-03-10 Thread João
Everything else is working fine, but when I try to use the set/getUserValue functions, this happens: Error 2 error LNK2001: unresolved external symbol public: bool __cdecl osg::Object::getUserValueint(class std::basic_stringchar,struct std::char_traitschar,class std::allocatorchar

Re: [osg-users] Unresolved External on set/getUserValue

2015-03-10 Thread Farshid Lashkari
Hi João, It sounds like you need to include the ValueObject header: #include osg/ValueObject Cheers, Farshid On Tue, Mar 10, 2015 at 3:38 PM, João joao.henrique.pi...@hotmail.com wrote: Everything else is working fine, but when I try to use the set/getUserValue functions, this happens:

Re: [osg-users] Unresolved External on set/getUserValue

2015-03-10 Thread João
Thank you, that worked. Date: Tue, 10 Mar 2015 15:41:19 -0700 From: fla...@gmail.com To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Unresolved External on set/getUserValue Hi João, It sounds like you need to include the ValueObject header: #include osg/ValueObject Cheers