When I’m using for example FILE* pFile; or fstream file; after initializing fbx and Loading a FBX file, the programms stops and I get a invalid Heap error. I wasn’t able to find a solution for this problem. The Error comes right after the function
lImporter->Initialize(filename.c_str(), -1, pSdkManager->GetIOSettings());
Is this a common problem, is there a trick to use any IO class and FBX together?
Version = 2012.2
dll = fbxsdk-2012.2-mdd.lib
Visual Studio 2010 Pro.