Hi Vincent,

what Sound nodes are you using? if you are using Rasmus' libAnimation.so,
you double the definition (I guess you found that out already)
  
what I once forgot was to define -DOSG_BUILD_DLL, which resultet in
problems similar to this, but I'm not the big expert...

did you create the bindings from osg to openal yourself or did you use the
ones I posted? 
( http://www.cs.uni-magdeburg.de/~dwalz/audio/ )
In that case I could offer you to try the windows compile again, which I
din't for a while, because I have to focus on my thesis for my study...
  
Did you specify the other containers as well (AudioClip.* ) and did they
compile and link?

regards, Daniel
..



On Thu, Oct 21, 2004 at 11:32:49AM -0400, VIOU Vincent wrote:
> Hi everybody,
> 
>   I try to put some spatial sound in OpenSG with OpenAL and i work under 
> Visual
> Studio but i have a problem when it want to link.
>   The problem is ( 7 problems ):
> 
> OSGSoundBase.obj : error LNK2019: symbole externe non résolu
> "__declspec(dllimport) public: static class osg::FieldType const & __cdecl
> osg::SField<class osg::NodePtr,0>::getClassType(void)"
> ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@$0A@@osg@@[EMAIL PROTECTED]@XZ)
> référencé dans la fonction _$E1
> 
> OSGSoundBase.obj : error LNK2019: symbole externe non résolu
> "__declspec(dllimport) public: __thiscall osg::SField<class
> osg::NodePtr,0>::SField<class osg::NodePtr,0>(class osg::NodePtr const &)"
> ([EMAIL PROTECTED]@osg@@$0A@@osg@@[EMAIL PROTECTED]@1@@Z) référencé dans
> la fonction "protected: __thiscall osg::SoundBase::SoundBase(void)"
> ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
> 
> OSGSoundBase.obj : error LNK2019: symbole externe non résolu
> "__declspec(dllimport) public: __thiscall osg::SField<class
> osg::NodePtr,0>::SField<class osg::NodePtr,0>(class osg::SField<class
> osg::NodePtr,0> const &)"
> ([EMAIL PROTECTED]@osg@@$0A@@osg@@[EMAIL PROTECTED]@@Z) référencé dans la
> fonction "protected: __thiscall osg::SoundBase::SoundBase(class osg::SoundBase
> const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z)
> 
> OSGSoundBase.obj : error LNK2019: symbole externe non résolu
> "__declspec(dllimport) public: unsigned int __thiscall osg::SField<class
> osg::NodePtr,0>::getBinSize(void)"
> ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@$0A@@osg@@QAEIXZ) référencé dans la
> fonction "public: virtual unsigned int __thiscall
> osg::SoundBase::getBinSize(unsigned __int64 const &)"
> ([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED])
> 
> OSGSoundBase.obj : error LNK2019: symbole externe non résolu
> "__declspec(dllimport) public: void __thiscall osg::SField<class
> osg::NodePtr,0>::copyToBin(class osg::BinaryDataHandler &)"
> ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@$0A@@osg@@[EMAIL PROTECTED]@@Z)
> référencé dans la fonction "public: virtual void __thiscall
> osg::SoundBase::copyToBin(class osg::BinaryDataHandler &,unsigned __int64 
> const
> &)" ([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@[EMAIL PROTECTED])
> 
> OSGSoundBase.obj : error LNK2019: symbole externe non résolu
> "__declspec(dllimport) public: void __thiscall osg::SField<class
> osg::NodePtr,0>::copyFromBin(class osg::BinaryDataHandler &)"
> ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@$0A@@osg@@[EMAIL PROTECTED]@@Z)
> référencé dans la fonction "public: virtual void __thiscall
> osg::SoundBase::copyFromBin(class osg::BinaryDataHandler &,unsigned __int64
> const &)" ([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@[EMAIL PROTECTED])
> 
> OSGSoundBase.obj : error LNK2019: symbole externe non résolu
> "__declspec(dllimport) public: void __thiscall osg::SField<class
> osg::NodePtr,0>::syncWith(class osg::SField<class osg::NodePtr,0> &)"
> ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@$0A@@osg@@QAEXAAV12@@Z) référencé dans
> la fonction "protected: void __thiscall osg::SoundBase::executeSyncImpl(class
> osg::SoundBase *,unsigned __int64 const &)"
> ([EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@Z)
> 
> Somebody can help me ?
> 
> Thanks
> 
> Vincent
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users

-- 
--                                                                              
          
Daniel 'mcJack' Walz                                                     
Student at the Otto-von-Guericke Universität Magdeburg                          
          
email:  [EMAIL PROTECTED]         icq#:  70137980                               
     
pgp:    DAF0B6EF                at: wwwkeys.de.pgp.net                          
          
http://www.cs.uni-magdeburg.de/~dwalz/


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to