Thanks Roger, I installed the dependency tool and I updated the path. Now what 
I get is an error in the libcollada15dom21-d.dll, and more precisely in the 
file daeelement.cpp:

daeElement* daeElement::simpleAdd(daeString name, int index) {
    if (daeElementRef elt = _meta->create(name))
        return add(elt, index);
    return NULL;
}

I get an "access violation" error.... very strange...

Jaime.



Date: Wed, 6 May 2009 15:07:19 +0100
From: [email protected]
To: [email protected]
Subject: Re: [osg-users] Collada plugin not found.... but it is!






  
  


lucas Grijander wrote:

  I download collada dom 2.1, compile and installed it... then
I recompiled osg 2.8.0... the dll are there but... still same error!

  

any clue?

  

thanks

Jaime.

  

  Date: Tue, 5 May 2009 20:49:31 +0100

From: [email protected]

To: [email protected]

Subject: Re: [osg-users] Collada plugin not found.... but it is!

  

lucas Grijander wrote:
  
    you mean I should use 2.1 version of collada DOM instead of
2.2?

    

J.

    

    Date: Tue, 5 May 2009 17:54:05 +0100

From: [email protected]

To: [email protected]

Subject: Re: [osg-users] Collada plugin not found.... but it is!

    

    
lucas Grijander wrote:
    
      Dear all,

      

I installed the last version of OSG (2.8.0) and the 2.2 version of the
collada-dom. I compiled and installed everything (debug and release).
Now, when I execute my application and I try to "writeNodeFile" in dae
format I get the well-known warning: "plugin not found". I got this
information too:

      

trying c:........\osgdb_daed.dll

USING c:.......\osgdb_daed.dll

DynamicLibrary::failed loading "osgPlugins-2.8.0\osgdb_daed.dll".....

      

any idea of what's the problem?

      

many thanks!

      

Jaime.

    
>From memory osg_daed.dll normally links against version 2.1 of the
Collada DOM i.e. libcollada14dom21-d.dll

    

Roger

  
Yes

  

Roger


Jaime



I suggest you use this excellent utility http://www.dependencywalker.com/
on the dae plugin dll and see what other dlls it is trying to load
implicitly. Then make sure that these dlls are on the windows dll
search path.



Roger

_________________________________________________________________
Windows Liveā„¢: Keep your life in sync. Check it out!
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to