XSI 5.0 Exporter?
-
Rixeh
- Greenskin
- Posts: 135
- Joined: Sat Nov 20, 2004 8:36 am
XSI 5.0 Exporter?
AMAZING release from Softimage. We gonna get an updated exporter?
That would be sexy!
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
As far as I'm aware the existing exporter should work fine - the enhancements in v5.0 don't require any changes to the way the exporting works. I've only just returned from holiday but noticed the new release (and yeah, there's some pretty awesome stuff in there) and will be asking SI about getting an updated version.
-
Rixeh
- Greenskin
- Posts: 135
- Joined: Sat Nov 20, 2004 8:36 am
- dxgeoz
- Kobold
- Posts: 25
- Joined: Tue Apr 12, 2005 8:16 pm
- Location: Lyon, France
HI -- XSI user --
I tried to use the Ogre XSI exporter with XSI 5.0 demo and I have a error
-> The plugin need some update or this is because I've only a demo of XSI ?
Thinks
I tried to use the Ogre XSI exporter with XSI 5.0 demo and I have a error
The plugin works fine with the 4.2 versionERROR : 2262 - This plug-in could not be loaded:
'<path: D:\Softimage\XSI_5.0_Foundation\Application\Plugins\OgreXSIExporter.dll>
'
Thinks
LastCity game creator - http://www.last-city.com
- Kentamanos
- Minaton
- Posts: 980
- Joined: Sat Aug 07, 2004 12:08 am
- Location: Dallas, TX
- dxgeoz
- Kobold
- Posts: 25
- Joined: Tue Apr 12, 2005 8:16 pm
- Location: Lyon, France
-
Rixeh
- Greenskin
- Posts: 135
- Joined: Sat Nov 20, 2004 8:36 am
-
Rixeh
- Greenskin
- Posts: 135
- Joined: Sat Nov 20, 2004 8:36 am
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
-
Rixeh
- Greenskin
- Posts: 135
- Joined: Sat Nov 20, 2004 8:36 am
A quick recompile doesn't seem to work (for me). I mean, the DLL builds fine, and I can copy it into my Plugins directory, but it still won't load properly.
I could very likely be doing something wrong since I don't really do coding for our Project.
Can anyone else who knows what they're doin with Visual Studio give it a shot?
I could very likely be doing something wrong since I don't really do coding for our Project.
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
-
Rixeh
- Greenskin
- Posts: 135
- Joined: Sat Nov 20, 2004 8:36 am
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
-
Vectrex
- Ogre Magi
- Posts: 1266
- Joined: Tue Aug 12, 2003 1:53 am
- Location: Melbourne, Australia
- x 1
- Contact:
-
Slicky
- Bronze Sponsor

- Posts: 614
- Joined: Mon Apr 14, 2003 11:48 pm
- Location: Was LA now France
- x 26
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
Ok, here's a problem I did not anticipate. XSI uses STLPort too, but in 4.2 they were clearly still compiling with VC6. Now, they've upgraded to VC7.1, but they are still using STLport (even though they shouldn't need to anymore). They are distributing stlport_vc746.dll with XSI 5.0, but it's built against the VC7.1 runtime libraries.
This is a significant problem for me, since I am still using VC7.0 with STLport (necessary), and the STLport DLL name is the same. Thus the OGRE exporter I build will not load in XSI due to version conflicts unless I remove the version that they are distributing. XSI seems to work this way, but it's far from an ideal solution.
I had intended to upgrade to VC8 next month anyway so this may become a non-event provided the exporter works with it. However, if I need to do a release in the meantime I won't be able to build an XSI v5 exporter here, I will need to recruit one of you to build it for me.
This is a significant problem for me, since I am still using VC7.0 with STLport (necessary), and the STLport DLL name is the same. Thus the OGRE exporter I build will not load in XSI due to version conflicts unless I remove the version that they are distributing. XSI seems to work this way, but it's far from an ideal solution.
I had intended to upgrade to VC8 next month anyway so this may become a non-event provided the exporter works with it. However, if I need to do a release in the meantime I won't be able to build an XSI v5 exporter here, I will need to recruit one of you to build it for me.
- Kentamanos
- Minaton
- Posts: 980
- Joined: Sat Aug 07, 2004 12:08 am
- Location: Dallas, TX
I haven't tracked it down yet, but I get a lot of linking errors on VS 2005 (8.0) when I try to build the exporter (and I'm linking with the SDK etc.).
I'll try to play around with it tomorrow, but all of the missing externals looked like they were from the XSI libs. It seems like a lot of signatures changed for some reason.
I'll try to play around with it tomorrow, but all of the missing externals looked like they were from the XSI libs. It seems like a lot of signatures changed for some reason.
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact:
If I need to do a release for XSI v5 before VC8 is out and working with the exporter, I'd need a VC7.1 build of the exporter. I'd prefer it without STLport though, since our standard build is without STLport with VC7.1.
I'll see how things go in the next couple of weeks and get back to you if I need help.
I'll see how things go in the next couple of weeks and get back to you if I need help.
- sinbad
- OGRE Retired Team Member

- Posts: 19269
- Joined: Sun Oct 06, 2002 11:19 pm
- Location: Guernsey, Channel Islands
- x 67
- Contact: