Trouble reading dotXSI 5.0 files with the FTK/SDK

Date : Fri, 30 Sep 2005 19:23:16 +0200
To : XSI(at)Softimage.COM
From : Daniel Collin <emoon(at)home.se>
Subject : Trouble reading dotXSI 5.0 files with the FTK/SDK
Hi,

My code looks something like this:

static void callBack(SI_Char* string, int)
{
  ...
}

...

m_scene = new CSLScene;
m_scene->SetWarningCallback(callBack);
m_scene->Open("c:\\temp\\test.xsi");

In my CallBack I will get the text:
"Unrecognized file version in header (5.0): c:\temp\test.xsi"

Testing the same code with 3.6 files works just fine.
So my question is is the FTK included in the sdk supposed to support version 5.0?
When I looked in XSISDK\include\FTK i noticed dotXSITemplates5_0.h in there so I figured it should support 5.0
or do I have to "enable" 5.0 support somehow?


Thanks

Daniel
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.