Re: [osg-users] Collada (DAE) Plugin

2008-10-06 Thread Roger James




Kim C Bale wrote:

  
  
  

  
  Ive just started to make the move to OSG2.6
from 2.4
and Im having issues compiling the collada plugin. 
  
  Am I right to understand that OSG2.6 uses DOM
2.1? 
  
  Ive downloaded and compiled the new version of
the
collada DOM and added the relevant paths to CMake (seen below) but I
still get
compiler errors.
  
  COLLADA_INCLUDE_DIR:
C:/Build/colladadom/dom/include
  COLLADA_LIBRARY:
C:/Build/colladadom/dom/build/vc8-1.4/libcollada14dom21.lib
  
  Ive tried using the DOM 13 which worked fine
with
OSG2.4 but it doesnt seem to work with 2.6.
  
  Any help would be greatly appreciated.
  
  Regards,
  
  Kim. 
  
  

Kim,

I am succesfully building on Windows (VC8.1) using
https://collada-dom.svn.sourceforge.net/svnroot/collada-dom/tags/2.1.
I set the CMake stuff to 

//Path to a file.
COLLADA_INCLUDE_DIR:PATH=C:/Environ Project/APIs/collada-dom/dom/include

//Path to a library.
COLLADA_LIBRARY:FILEPATH=C:/Environ
Project/APIs/collada-dom/dom/build/vc8-1.4/libcollada14dom21.lib

//Set to ON to build OpenSceneGraph with static Collada support.
COLLADA_USE_STATIC:BOOL=OFF

Which looks pretty much like what you specify. However I modify the
generated VC8.1 project settings to link against the debug version of
the library in debug builds. This stops my program crashing due to
runtime memory allocation conflcits.

Roger


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Collada (DAE) Plugin

2008-10-06 Thread Gordon Tomlinson
Yes you the later dom 

 

__
Gordon Tomlinson 

 mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
IM:  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
 http://www.vis-sim.com/ www.vis-sim.com
http://www.gordontomlinson.com/ www.gordontomlinson.com 

__

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kim C Bale
Sent: Monday, October 06, 2008 5:34 AM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] Collada (DAE) Plugin

 

I've just started to make the move to OSG2.6 from 2.4 and I'm having issues
compiling the collada plugin. 

 

Am I right to understand that OSG2.6 uses DOM 2.1? 

 

I've downloaded and compiled the new version of the collada DOM and added
the relevant paths to CMake (seen below) but I still get compiler errors.

 

COLLADA_INCLUDE_DIR: C:/Build/colladadom/dom/include

COLLADA_LIBRARY:
C:/Build/colladadom/dom/build/vc8-1.4/libcollada14dom21.lib

 

I've tried using the DOM 13 which worked fine with OSG2.4 but it doesn't
seem to work with 2.6.

 

Any help would be greatly appreciated.

 

Regards,

 

Kim. 

 

 

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Collada (DAE) Plugin

2008-10-06 Thread Kim C Bale
I've just started to make the move to OSG2.6 from 2.4 and I'm having
issues compiling the collada plugin. 

 

Am I right to understand that OSG2.6 uses DOM 2.1? 

 

I've downloaded and compiled the new version of the collada DOM and
added the relevant paths to CMake (seen below) but I still get compiler
errors.

 

COLLADA_INCLUDE_DIR: C:/Build/colladadom/dom/include

COLLADA_LIBRARY:
C:/Build/colladadom/dom/build/vc8-1.4/libcollada14dom21.lib

 

I've tried using the DOM 13 which worked fine with OSG2.4 but it doesn't
seem to work with 2.6.

 

Any help would be greatly appreciated.

 

Regards,

 

Kim. 

 

 

*
To view the terms under which this email is distributed, please go to 
http://www.hull.ac.uk/legal/email_disclaimer.html
*___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Collada dae plugin

2007-11-18 Thread Andreas Goebel
Hello,

I have built the dae-plugin on Windows with vc express as described in 
the wiki (i.e. changed cmakelists.txt), though I didn´t build collada 
myself.

When I now run a program (with OSG_NOTIFY_LEVEL=debug), i see that it 
fails to load the plugin.

I guess that I am missing some dlls or something.

I used the prebuilt collada-dom binary.


Any suggestions on how I can get this to run?

Regards,

Andreas
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Collada dae plugin

2007-11-18 Thread Andreas Goebel
Gordon Tomlinson schrieb:
 It might help diagnose the problem if you actually list or copy/paste the
 missing dlls error messages etc in your request for help, without those
 details its hard to say what the issue may be
   
When the osg loads a plugin and this plugin needs other dlls there are 
no reports about those dlls (at least on my system). You just get a 
plain failed loading plugin 

In the meantime I found out by trying that iconv.dll was missing, and 
now I can use the collada-plugin.

Is there a webbrowser-plugin for viewing .dae-files?


Regards,

Andreas
 __
 Gordon Tomlinson 

 Email   : [EMAIL PROTECTED]
 YIM/AIM : gordon3dBrit
 MSN IM  : [EMAIL PROTECTED]
 Website : www.vis-sim.com www.gordontomlinson.com 

 __
 Self defence is not a function of learning tricks 
 but is a function of how quickly and intensely one 
 can arouse one's instinct for survival 
 -Master Tambo Tetsura 


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Andreas
 Goebel
 Sent: Sunday, November 18, 2007 9:15 AM
 To: OpenSceneGraph Users
 Subject: [osg-users] Collada dae plugin

 Hello,

 I have built the dae-plugin on Windows with vc express as described in the
 wiki (i.e. changed cmakelists.txt), though I didn´t build collada myself.

 When I now run a program (with OSG_NOTIFY_LEVEL=debug), i see that it fails
 to load the plugin.

 I guess that I am missing some dlls or something.

 I used the prebuilt collada-dom binary.


 Any suggestions on how I can get this to run?

 Regards,

 Andreas
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

   

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Collada dae plugin

2007-11-18 Thread Gordon Tomlinson
It might help diagnose the problem if you actually list or copy/paste the
missing dlls error messages etc in your request for help, without those
details its hard to say what the issue may be

__
Gordon Tomlinson 

Email   : [EMAIL PROTECTED]
YIM/AIM : gordon3dBrit
MSN IM  : [EMAIL PROTECTED]
Website : www.vis-sim.com www.gordontomlinson.com 

__
Self defence is not a function of learning tricks 
but is a function of how quickly and intensely one 
can arouse one's instinct for survival 
-Master Tambo Tetsura 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andreas
Goebel
Sent: Sunday, November 18, 2007 9:15 AM
To: OpenSceneGraph Users
Subject: [osg-users] Collada dae plugin

Hello,

I have built the dae-plugin on Windows with vc express as described in the
wiki (i.e. changed cmakelists.txt), though I didn´t build collada myself.

When I now run a program (with OSG_NOTIFY_LEVEL=debug), i see that it fails
to load the plugin.

I guess that I am missing some dlls or something.

I used the prebuilt collada-dom binary.


Any suggestions on how I can get this to run?

Regards,

Andreas
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org