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