ofxFBX
ofxFBX copied to clipboard
argument list missing after assumed function template 'list' (Windows/OF 0.12.1 VS)
I tried to add #include <list> but not sure how to fix...
@moebiussurfing can you share more about the error? A specific file in the addon if relevant.
identifier "list" is undefined
expected a ';'
identifier "skeletonBases" is undefined
type name is not allowed
expected an expression
identifier "it" is undefined
list is not a template
list is not a template
Local variable is not initialized.
The member function can be made const.
Local variable is not initialized.
Local variable is not initialized.
Local variable is not initialized.
Local variable is not initialized.
Local variable is not initialized.
Local variable is not initialized.
Local variable is not initialized.
argument list missing after assumed function template 'list'
argument list missing after assumed function template 'list'
Can you try adding std:: like so std::list<FbxNode*>& aSkeletonBases
And #include <list> at the top of ofxFBXSrcScene.h