Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-05-10 Thread Michael Platings
Looks like you're using 2010.*0*.2, not 2010.2 On 9 May 2011 14:23, Andrea Martini martini.and...@gmail.com wrote: Hi Michael, i have installed fbx sdk 2010.2 and i'm using openscenegraph 2.8.4 But, unfortunally, i have the same error during compile time :

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-05-09 Thread Michael Platings
I've now updated http://www.openscenegraph.org/projects/osg/wiki/Support/UserGuides/Pluginsto give the definitive answer on this. In summary: OpenSceneGraph 2.8.x - FBX 2010.2 OpenSceneGraph 2.9.x - Whatever FBX version it tells you in ReaderWriterFBX.h, latest is 2012.1 On 5 May 2011 01:24, tim

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-05-09 Thread Andrea Martini
Hi Michael, i have installed fbx sdk 2010.2 and i'm using openscenegraph 2.8.4 But, unfortunally, i have the same error during compile time : ..\..\..\..\src\osgPlugins\fbx\ReaderWriterFBX.cpp(233) : 'fbxsdk_201002::KFbxImporter::Initialize' : no overloaded function takes 2 arguments Maybe, i'm

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-05-04 Thread tim paige
Hi, I too have had these same kinds of problems with the FBX SDK... I got the sdk from Autodesk and found those same kinds of complaints... like this function is not a member of so and so... and yes... they do indeed play games with the members of certaiin classes (they can't make up their

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-05-04 Thread tim paige
Hi, Just as a follow on after reading Andrea's last post... I am not using the static libraries, so I'm not sure that requires is all that relevant... (if that helps other things). Cheers, tim -- Read this topic online here:

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-04-26 Thread Michael Platings
Maybe, do you mean i have to use the 2010.0.2 sdk version? (static or dynamic) No, I mean I do not know which SDK version will work with OpenSceneGraph 2.8.3. You have demonstrated that it is neither 2011.3.1 nor 2010.0.2 so it could be either: a) 2010.2, or b) 2011.2 However, if you can use

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-04-22 Thread Andrea Martini
Hi Michael, thank you for answer. I have followed suggestion on : http://www.openscenegraph.org/projects/osg/wiki/Support/UserGuides/Plugins; where, about fbx plugin there is the follo sugestion : Requires version 2011.3.1 (static libraries) of the FBX SDK. If you have problems loading an

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-04-22 Thread Andrea Martini
Hi to all, i have tried also to compile osg 2.8.3 fbx plugin, with fbx sdk 2010.0.2. In this case, i get only one compiling error : ..\..\..\..\src\osgPlugins\fbx\ReaderWriterFBX.cpp(233) : error C2661: 'fbxsdk_201002::KFbxImporter::Initialize': no overloaded function takes 2 arguments The

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-04-21 Thread Andrea Martini
Hi, i have compiled fbx plugin also with openscenegraph 2.8.3 and 2.9.6 (using fbx sdk 2011.3.1) but i have compiling errors too. Thank you! Cheers, Andrea -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=38691#38691

Re: [osg-users] [osgPlugins] Error compiling fbx plugin

2011-04-21 Thread Michael Platings
Hi Andrea, it looks like you'll have to use an earlier SDK version but unfortunately I don't know which one. The earliest version used was 2010 so it could be 2010.0.2 or later. If you could let us know which version works with the 2.8.3 code that would be useful. Thanks! On 21 April 2011 15:25,