Hi All,
Any ideas why I'd be getting this error?
error C2027: use of undefined type 'Project'
c:\softimage\xsi_4.2\xsisdk\include\xsi_application.h(30) :
see declaration of 'Project'
All I'm trying to do is
XSI::Application app;
XSI::Property PlayControl =
app.GetActiveProject().GetProperties().GetItem(L"Play Control");
float start = PlayControl.GetParameterValue(L"in");
float end = PlayControl.GetParameterValue(L"out");
but it seems to think (and from reading the .h it looks true enough)
that Project isn't defined, only declared.
Is there something I've missed in my includes or setup?
Cheers,
Alan.
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi