dotXSI FTK 3.6.3 - SLTest Problem, Visual C++ 2003

http://www.softimage.com/community/discussion_groups/Archives/3dgames.archive.0506/msg00004.htm

///// XSIFTK_3.6.3/src/SLTest/main.cpp
...
#define XSI_STATIC_LINK
#pragma warning(disable: 4244)

#include "SemanticLayer.h"
#include 
#include  
using namespace std ;
...


■Visual C++ 2005

// XSIFTK_3.6.3/export/h/FTK/scene.h
...
class XSIEXPORT CSLScene
{
    friend class CSLFXOperatorConnection; // この行を追加
...