Community
FBX Forum
Welcome to Autodesk’s FBX Forums. Share your knowledge, ask questions, and explore popular FBX topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FBX API on UWP (Hololens)

0 REPLIES 0
Reply
Message 1 of 1
Kurbanismailov.92
451 Views, 0 Replies

FBX API on UWP (Hololens)

Hi, i'm download and install FBX SDK 2017.1 VS2015 UAP from here. Then i create simple UWP library in Visual Studio Community 2015 in which use your fbx library. In this library i'm write one extern function called Test in which use your library:

 

extern "C" __declspec(dllexport) bool Test()
{
FbxManager* lSdkManager = FbxManager::Create();
if (lSdkManager == nullptr) { return true; }
return false;
}

Then i create new UWP project and use my wrap-library for testing, I'm call Test function and all work fine. Method FbxManager::Create() create and return created object. But when i build application to hololens (UWP platform) Create method return NULL. What is wrong?

 

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report