|
Hello, SteveDeFacto, FBX SDK 2011.3.1 provided two sets of libraries, a dynamic set and a static set.
It sounds like what you installed is the static libs, and then you tried to compile a dynamic configured example with the static libs, that’s why it failed to find these symbols in the libs.
You need to stick on one, static 2011.3.1 or dynamic 2011.3.1. You may delete the one you have now, then choose the static or dynamic one and re-install FBX SDK 2011.3.1, and then compile the examples under your installation folder, by default they will be under the following folder:
C:\Program Files\Autodesk\FBX\FbxSdk\2011.3.1\examples.
Author: Jiayang Xu
|