FTK 3.6.3 + VS 2005 compile error

Date : Sat, 26 Aug 2006 17:29:13 -0500
To : 3dgames(at)Softimage.COM
From : "Andi \"Debug\" Ireland" <debug(at)neverborn.net>
Subject : FTK 3.6.3 + VS 2005 compile error
After muting the millions of warnings that the XSI FTK produces in Visual Studio 2005

#pragma warning( disable: 4100 4244 4511 4505 4005 4996 )
#include <SemanticLayer.h>
#include <SIILPICFileDriver.h>
#pragma warning( default: 4100 4244 4511 4505 4005 4996 )

i was left with one error, is there a workaround for the following error, i did not want to wade into the SDK's headers and change anything with out an idea if it would damage things.




------ Build started: Project: Engyne, Configuration: Debug Win32 ------
Compiling...
pch.cpp
c:\program files\softimage\xsiftk_3.6.3\export\h\ftk\FXNodeConnection.h(35) : error C2248: 'CSLScene::XSIFXOperatorCallback' : cannot access protected member declared in class 'CSLScene'
c:\program files\softimage\xsiftk_3.6.3\export\h\ftk\Scene.h(641) : see declaration of 'CSLScene::XSIFXOperatorCallback'
c:\program files\softimage\xsiftk_3.6.3\export\h\ftk\Scene.h(210) : see declaration of 'CSLScene'
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
Build Time 0:18
Build log was saved at "file://c:\Documents and Settings\User\My Documents\Visual Studio 2005\Projects\Engyne\Obj\Debug\BuildLog.htm"
Engyne - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========




Debug
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe 3dgames


Search the 3D Games 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.