Re: [osg-users] Problem loading IVE files

2011-11-24 Thread Héctor Martínez
Hi,

thank you for your reply. As I was confused about the mixing of versions, I
have started from scratch. After compiling it seems that now I have
everything in order (version 3.0.1). I have tried again and the same
problem. I have tried to open the file with the osgviewer and the file has
been opened without problems. After that I have realized that something was
missing and I have found the answer. It seems that some dlls that I was not
using are needed, such as osgFXd.dll, osgTerraind.dll and osgVolumed.dll.
After copying those files, it has loaded without problems.

So, it was totally my fault. Sorry for wasting your time.

Thank you all for the help.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: jueves, 24 de noviembre de 2011 4:30
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

If you have built everything from source, and havent installed any binary
versions, you should have no issues.
The is an osgversion.exe application created as part of the standard build.
This should dump the version of the core osg library to the console. My
3.0.0 build reports 3.0.0 from this app and the plugins dir
osgPlugins-3.0.0.

My latest trunk build reports 3.1.0 from osgversion.exe and the plugin
folder is osgPlugins-3.1.0.

Cheers,
Brad


-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Tuesday, 22 November 2011 5:34 PM
To: 'OpenSceneGraph Users'
Subject: Re: [osg-users] Problem loading IVE files

Hi and thank you again,

what you are saying is logical for me, but I am pretty sure that I didn't
rename that folder. In which step is defined that folder? As far as I
remember, I put the dependencies in the 3rdparty folder and run the cmake. I
have checked the cmake options, but I have not found where this plugin
folder is defined. How can I check that I am using the right dependencies?
The dependencies listed here are the right ones for osg 3.0.0 or for any
other version?:

http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies

Anyway, it is strange that the rest of the plugins are properly working. I
thought that IVE should be easier to be working than DAE, for example, which
is working for me.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: martes, 22 de noviembre de 2011 6:33
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

The plugin folders name does correlate to the version of the OSG that was
used to create the plugins. This is done to avoid loading plugins from a
different version of OSG.
This looks like your problem.

Cheers,
Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Monday, 21 November 2011 3:47 PM
To: 'OpenSceneGraph Users'
Subject: Re: [osg-users] Problem loading IVE files

Hi,

thank you for your reply and sorry for the delay in my answer (I was on a
trip). Yes, I am using 3.0.0. What you can see in:

LoadLibraryA((.)\osgPlugins-3.1.0\osgdb_ived.dll)

is not the OSG version. This is just the name of the plugins folder that,
for some reason, has been called 3.1.0, but I think that it is not related
with the actual version of OSG. If I am wrong, please let me know. :)

Anyway, I am still at the same point. I can load 3ds, dae or osg files, for
example, but still not possible to load IVE files.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: miércoles, 16 de noviembre de 2011 3:35
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

Just checking you don't have multiple version of OSG in your path. You said
bellow that you are using version 3.0.0 of OSG yet the output you posted
from dependency walker lists OSG version 3.1.0.

If you do have both version on your path, this could be your issue.

Cheers,

Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Tuesday, 15 November 2011 6:32 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi Torben,

thank you for your reply. I am using Windows 7, Visual Studio 2010
Professional and OSG is version 3.0.0.

Cheers

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Torben
Dannhauer
Sent: martes, 15 de noviembre de 2011 12:14
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users

Re: [osg-users] Problem loading IVE files

2011-11-23 Thread Christiansen, Brad
Hi,

If you have built everything from source, and havent installed any binary 
versions, you should have no issues.
The is an osgversion.exe application created as part of the standard build. 
This should dump the version of the core osg library to the console. My 3.0.0 
build reports 3.0.0 from this app and the plugins dir osgPlugins-3.0.0.

My latest trunk build reports 3.1.0 from osgversion.exe and the plugin folder 
is osgPlugins-3.1.0.

Cheers,
Brad


-Original Message-
From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor Martínez
Sent: Tuesday, 22 November 2011 5:34 PM
To: 'OpenSceneGraph Users'
Subject: Re: [osg-users] Problem loading IVE files

Hi and thank you again,

what you are saying is logical for me, but I am pretty sure that I didn't
rename that folder. In which step is defined that folder? As far as I
remember, I put the dependencies in the 3rdparty folder and run the cmake. I
have checked the cmake options, but I have not found where this plugin
folder is defined. How can I check that I am using the right dependencies?
The dependencies listed here are the right ones for osg 3.0.0 or for any
other version?:

http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies

Anyway, it is strange that the rest of the plugins are properly working. I
thought that IVE should be easier to be working than DAE, for example, which
is working for me.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: martes, 22 de noviembre de 2011 6:33
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

The plugin folders name does correlate to the version of the OSG that was
used to create the plugins. This is done to avoid loading plugins from a
different version of OSG.
This looks like your problem.

Cheers,
Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Monday, 21 November 2011 3:47 PM
To: 'OpenSceneGraph Users'
Subject: Re: [osg-users] Problem loading IVE files

Hi,

thank you for your reply and sorry for the delay in my answer (I was on a
trip). Yes, I am using 3.0.0. What you can see in:

LoadLibraryA((.)\osgPlugins-3.1.0\osgdb_ived.dll)

is not the OSG version. This is just the name of the plugins folder that,
for some reason, has been called 3.1.0, but I think that it is not related
with the actual version of OSG. If I am wrong, please let me know. :)

Anyway, I am still at the same point. I can load 3ds, dae or osg files, for
example, but still not possible to load IVE files.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: miércoles, 16 de noviembre de 2011 3:35
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

Just checking you don't have multiple version of OSG in your path. You said
bellow that you are using version 3.0.0 of OSG yet the output you posted
from dependency walker lists OSG version 3.1.0.

If you do have both version on your path, this could be your issue.

Cheers,

Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Tuesday, 15 November 2011 6:32 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi Torben,

thank you for your reply. I am using Windows 7, Visual Studio 2010
Professional and OSG is version 3.0.0.

Cheers

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Torben
Dannhauer
Sent: martes, 15 de noviembre de 2011 12:14
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi,

ive support should work quite out of the box. What is your OS, compiler, OSG
Version?

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=43890#43890





___
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


-
DISCLAIMER: This e-mail transmission and any documents, files and previous
e-mail messages attached to it are private and confidential.  
They may contain proprietary or copyright material or information that is
subject to legal professional privilege

Re: [osg-users] Problem loading IVE files

2011-11-22 Thread Héctor Martínez
Hi and thank you again,

what you are saying is logical for me, but I am pretty sure that I didn't
rename that folder. In which step is defined that folder? As far as I
remember, I put the dependencies in the 3rdparty folder and run the cmake. I
have checked the cmake options, but I have not found where this plugin
folder is defined. How can I check that I am using the right dependencies?
The dependencies listed here are the right ones for osg 3.0.0 or for any
other version?:

http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies

Anyway, it is strange that the rest of the plugins are properly working. I
thought that IVE should be easier to be working than DAE, for example, which
is working for me.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: martes, 22 de noviembre de 2011 6:33
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

The plugin folders name does correlate to the version of the OSG that was
used to create the plugins. This is done to avoid loading plugins from a
different version of OSG.
This looks like your problem.

Cheers,
Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Monday, 21 November 2011 3:47 PM
To: 'OpenSceneGraph Users'
Subject: Re: [osg-users] Problem loading IVE files

Hi,

thank you for your reply and sorry for the delay in my answer (I was on a
trip). Yes, I am using 3.0.0. What you can see in:

LoadLibraryA((.)\osgPlugins-3.1.0\osgdb_ived.dll)

is not the OSG version. This is just the name of the plugins folder that,
for some reason, has been called 3.1.0, but I think that it is not related
with the actual version of OSG. If I am wrong, please let me know. :)

Anyway, I am still at the same point. I can load 3ds, dae or osg files, for
example, but still not possible to load IVE files.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: miércoles, 16 de noviembre de 2011 3:35
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

Just checking you don't have multiple version of OSG in your path. You said
bellow that you are using version 3.0.0 of OSG yet the output you posted
from dependency walker lists OSG version 3.1.0.

If you do have both version on your path, this could be your issue.

Cheers,

Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Tuesday, 15 November 2011 6:32 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi Torben,

thank you for your reply. I am using Windows 7, Visual Studio 2010
Professional and OSG is version 3.0.0.

Cheers

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Torben
Dannhauer
Sent: martes, 15 de noviembre de 2011 12:14
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi,

ive support should work quite out of the box. What is your OS, compiler, OSG
Version?

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=43890#43890





___
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


-
DISCLAIMER: This e-mail transmission and any documents, files and previous
e-mail messages attached to it are private and confidential.  
They may contain proprietary or copyright material or information that is
subject to legal professional privilege.  They are for the use of the
intended recipient only.  Any unauthorised viewing, use, disclosure,
copying, alteration, storage or distribution of, or reliance on, this
message is strictly prohibited.  No part may be reproduced, adapted or
transmitted without the written permission of the owner.  If you have
received this transmission in error, or are not an authorised recipient,
please immediately notify the sender by return email, delete this message
and all copies from your e-mail system, and destroy any printed copies.
Receipt by anyone other than the intended recipient should not be deemed a
waiver of any privilege or protection.  Thales Australia does not warrant or
represent that this e-mail or any documents, files and previous e-mail

Re: [osg-users] Problem loading IVE files

2011-11-21 Thread Christiansen, Brad
Hi,

The plugin folders name does correlate to the version of the OSG that was used 
to create the plugins. This is done to avoid loading plugins from a different 
version of OSG.
This looks like your problem.

Cheers,
Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor Martínez
Sent: Monday, 21 November 2011 3:47 PM
To: 'OpenSceneGraph Users'
Subject: Re: [osg-users] Problem loading IVE files

Hi,

thank you for your reply and sorry for the delay in my answer (I was on a
trip). Yes, I am using 3.0.0. What you can see in:

LoadLibraryA((.)\osgPlugins-3.1.0\osgdb_ived.dll)

is not the OSG version. This is just the name of the plugins folder that,
for some reason, has been called 3.1.0, but I think that it is not related
with the actual version of OSG. If I am wrong, please let me know. :)

Anyway, I am still at the same point. I can load 3ds, dae or osg files, for
example, but still not possible to load IVE files.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: miércoles, 16 de noviembre de 2011 3:35
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

Just checking you don't have multiple version of OSG in your path. You said
bellow that you are using version 3.0.0 of OSG yet the output you posted
from dependency walker lists OSG version 3.1.0.

If you do have both version on your path, this could be your issue.

Cheers,

Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Tuesday, 15 November 2011 6:32 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi Torben,

thank you for your reply. I am using Windows 7, Visual Studio 2010
Professional and OSG is version 3.0.0.

Cheers

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Torben
Dannhauer
Sent: martes, 15 de noviembre de 2011 12:14
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi,

ive support should work quite out of the box. What is your OS, compiler, OSG
Version?

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=43890#43890





___
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


-
DISCLAIMER: This e-mail transmission and any documents, files and previous
e-mail messages attached to it are private and confidential.  
They may contain proprietary or copyright material or information that is
subject to legal professional privilege.  They are for the use of the
intended recipient only.  Any unauthorised viewing, use, disclosure,
copying, alteration, storage or distribution of, or reliance on, this
message is strictly prohibited.  No part may be reproduced, adapted or
transmitted without the written permission of the owner.  If you have
received this transmission in error, or are not an authorised recipient,
please immediately notify the sender by return email, delete this message
and all copies from your e-mail system, and destroy any printed copies.
Receipt by anyone other than the intended recipient should not be deemed a
waiver of any privilege or protection.  Thales Australia does not warrant or
represent that this e-mail or any documents, files and previous e-mail
messages attached are error or virus free.  

-

___
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


-
DISCLAIMER: This e-mail transmission and any documents, files and 
previous e-mail messages attached to it are private and confidential.  
They may contain proprietary or copyright material or information that 
is subject to legal professional privilege.  They are for the use of 
the intended recipient only.  Any unauthorised viewing, use, disclosure, 
copying, alteration, storage or distribution of, or reliance on, this 
message is strictly prohibited

Re: [osg-users] Problem loading IVE files

2011-11-20 Thread Héctor Martínez
Hi,

thank you for your reply and sorry for the delay in my answer (I was on a
trip). Yes, I am using 3.0.0. What you can see in:

LoadLibraryA((…)\osgPlugins-3.1.0\osgdb_ived.dll)

is not the OSG version. This is just the name of the plugins folder that,
for some reason, has been called 3.1.0, but I think that it is not related
with the actual version of OSG. If I am wrong, please let me know. :)

Anyway, I am still at the same point. I can load 3ds, dae or osg files, for
example, but still not possible to load IVE files.

Cheers!

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: miércoles, 16 de noviembre de 2011 3:35
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

Hi,

Just checking you don't have multiple version of OSG in your path. You said
bellow that you are using version 3.0.0 of OSG yet the output you posted
from dependency walker lists OSG version 3.1.0.

If you do have both version on your path, this could be your issue.

Cheers,

Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Tuesday, 15 November 2011 6:32 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi Torben,

thank you for your reply. I am using Windows 7, Visual Studio 2010
Professional and OSG is version 3.0.0.

Cheers

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Torben
Dannhauer
Sent: martes, 15 de noviembre de 2011 12:14
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi,

ive support should work quite out of the box. What is your OS, compiler, OSG
Version?

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=43890#43890





___
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


-
DISCLAIMER: This e-mail transmission and any documents, files and previous
e-mail messages attached to it are private and confidential.  
They may contain proprietary or copyright material or information that is
subject to legal professional privilege.  They are for the use of the
intended recipient only.  Any unauthorised viewing, use, disclosure,
copying, alteration, storage or distribution of, or reliance on, this
message is strictly prohibited.  No part may be reproduced, adapted or
transmitted without the written permission of the owner.  If you have
received this transmission in error, or are not an authorised recipient,
please immediately notify the sender by return email, delete this message
and all copies from your e-mail system, and destroy any printed copies.
Receipt by anyone other than the intended recipient should not be deemed a
waiver of any privilege or protection.  Thales Australia does not warrant or
represent that this e-mail or any documents, files and previous e-mail
messages attached are error or virus free.  

-

___
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] Problem loading IVE files

2011-11-15 Thread Christiansen, Brad
Hi,

It looks like osg can't load the ive dll. Have you checked that you have all 
the dependancies of the ive dll in your path?
From memory it has quite a few dependancies on various parts of OSG. The 
'depends.exe' tool is a great help on windows for this sort of thing (and its 
free) (http://www.dependencywalker.com/ )


Cheers,
Brad

From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor Martínez
Sent: Tuesday, 15 November 2011 2:55 PM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] Problem loading IVE files

Hi,

I have some problems loading IVE files. I have created a simple box with 
3DStudio and exported to IVE and is not working. If I export it to OSG format 
it works fine, but if I try with IVE or with OSGB it is not working at all.

When trying to load, the output is this:

FindFileInPath() : trying (...)\osgPlugins-3.1.0\osdb_ived.dll ...
FindFileInPath() : USING (...)\osgPlugins-3.1.0\osdb_ived.dll ...
DynamicLibrary::failed loading osgPlugins-3.1.0\osdb_ived.dll
Warning: Could not find plugin to read objects from file OSG/box.ive.
Error: Unable to load model OSG/box.ive.

Any ideas about the problem?

Thank you in advance.

Best regards


-
DISCLAIMER: This e-mail transmission and any documents, files and 
previous e-mail messages attached to it are private and confidential.  
They may contain proprietary or copyright material or information that 
is subject to legal professional privilege.  They are for the use of 
the intended recipient only.  Any unauthorised viewing, use, disclosure, 
copying, alteration, storage or distribution of, or reliance on, this 
message is strictly prohibited.  No part may be reproduced, adapted or 
transmitted without the written permission of the owner.  If you have 
received this transmission in error, or are not an authorised recipient, 
please immediately notify the sender by return email, delete this 
message and all copies from your e-mail system, and destroy any printed 
copies.  Receipt by anyone other than the intended recipient should not 
be deemed a waiver of any privilege or protection.  Thales Australia 
does not warrant or represent that this e-mail or any documents, files 
and previous e-mail messages attached are error or virus free.  

-

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


Re: [osg-users] Problem loading IVE files

2011-11-15 Thread Héctor Martínez
Hi Brad,

 

thank you for your reply. Yes, I forgot to mention the dependencywalker
output:

 

LoadLibraryA((…)\osgPlugins-3.1.0\osgdb_ived.dll) called from
OSG78-OSGDBD.DLL at address 0x009153F4 by thread 1.

Loaded OSGDB_IVED.DLL at address 0x0CDC by thread 1.  Successfully
hooked module.

Unloaded OSGDB_IVED.DLL at address 0x0CDC by thread 1.

LoadLibraryA((…)\osgPlugins-3.1.0\osgdb_ived.dll) returned NULL by thread
1. Error: The specified module could not be found (126).

 

But I cannot find anything missing. Just this error.

 

Cheers!

 

From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Christiansen, Brad
Sent: martes, 15 de noviembre de 2011 10:49
To: OpenSceneGraph Users
Subject: Re: [osg-users] Problem loading IVE files

 

Hi,

 

It looks like osg can't load the ive dll. Have you checked that you have all
the dependancies of the ive dll in your path?

From memory it has quite a few dependancies on various parts of OSG. The
'depends.exe' tool is a great help on windows for this sort of thing (and
its free) (http://www.dependencywalker.com/ )

 

 

Cheers,

Brad

 

From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor
Martínez
Sent: Tuesday, 15 November 2011 2:55 PM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] Problem loading IVE files

 

Hi,

 

I have some problems loading IVE files. I have created a simple box with
3DStudio and exported to IVE and is not working. If I export it to OSG
format it works fine, but if I try with IVE or with OSGB it is not working
at all.

 

When trying to load, the output is this:

 

FindFileInPath() : trying (…)\osgPlugins-3.1.0\osdb_ived.dll …

FindFileInPath() : USING (…)\osgPlugins-3.1.0\osdb_ived.dll …

DynamicLibrary::failed loading “osgPlugins-3.1.0\osdb_ived.dll”

Warning: Could not find plugin to read objects from file “OSG/box.ive”.

Error: Unable to load model OSG/box.ive.

 

Any ideas about the problem?

 

Thank you in advance.

 

Best regards

-
DISCLAIMER: This e-mail transmission and any documents, files and previous
e-mail messages attached to it are private and confidential. They may
contain proprietary or copyright material or information that is subject to
legal professional privilege. They are for the use of the intended recipient
only. Any unauthorised viewing, use, disclosure, copying, alteration,
storage or distribution of, or reliance on, this message is strictly
prohibited. No part may be reproduced, adapted or transmitted without the
written permission of the owner. If you have received this transmission in
error, or are not an authorised recipient, please immediately notify the
sender by return email, delete this message and all copies from your e-mail
system, and destroy any printed copies. Receipt by anyone other than the
intended recipient should not be deemed a waiver of any privilege or
protection. Thales Australia does not warrant or represent that this e-mail
or any documents, files and previous e-mail messages attached are error or
virus free.
- 

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


Re: [osg-users] Problem loading IVE files

2011-11-15 Thread Torben Dannhauer
Hi,

ive support should work quite out of the box. What is your OS, compiler, OSG 
Version?

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=43890#43890





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


Re: [osg-users] Problem loading IVE files

2011-11-15 Thread Héctor Martínez
Hi Torben,

thank you for your reply. I am using Windows 7, Visual Studio 2010
Professional and OSG is version 3.0.0.

Cheers

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Torben
Dannhauer
Sent: martes, 15 de noviembre de 2011 12:14
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi,

ive support should work quite out of the box. What is your OS, compiler, OSG
Version?

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=43890#43890





___
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] Problem loading IVE files

2011-11-15 Thread Christiansen, Brad
Hi,

Just checking you don't have multiple version of OSG in your path. You said 
bellow that you are using version 3.0.0 of OSG yet the output you posted from 
dependency walker lists OSG version 3.1.0.

If you do have both version on your path, this could be your issue.

Cheers,

Brad

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org 
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Héctor Martínez
Sent: Tuesday, 15 November 2011 6:32 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi Torben,

thank you for your reply. I am using Windows 7, Visual Studio 2010
Professional and OSG is version 3.0.0.

Cheers

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Torben
Dannhauer
Sent: martes, 15 de noviembre de 2011 12:14
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Problem loading IVE files

Hi,

ive support should work quite out of the box. What is your OS, compiler, OSG
Version?

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=43890#43890





___
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


-
DISCLAIMER: This e-mail transmission and any documents, files and 
previous e-mail messages attached to it are private and confidential.  
They may contain proprietary or copyright material or information that 
is subject to legal professional privilege.  They are for the use of 
the intended recipient only.  Any unauthorised viewing, use, disclosure, 
copying, alteration, storage or distribution of, or reliance on, this 
message is strictly prohibited.  No part may be reproduced, adapted or 
transmitted without the written permission of the owner.  If you have 
received this transmission in error, or are not an authorised recipient, 
please immediately notify the sender by return email, delete this 
message and all copies from your e-mail system, and destroy any printed 
copies.  Receipt by anyone other than the intended recipient should not 
be deemed a waiver of any privilege or protection.  Thales Australia 
does not warrant or represent that this e-mail or any documents, files 
and previous e-mail messages attached are error or virus free.  

-

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