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: 

Error in FBX 2017 sample code

1 REPLY 1
SOLVED
Reply
Message 1 of 2
rg14820
460 Views, 1 Reply

Error in FBX 2017 sample code

There is a minor error in the FBX 2017 sample code at http://help.autodesk.com/view/FBX/2017/ENU/?guid=__files_GUID_4E8F95CA_CD9B_4E24_B8AD_7C399EA78137_h...

 

The line:

bool lExportStatus lExporter->Initialize(lFilename, -1, lSdkManager->GetIOSettings());

should be:

bool lExportStatus = lExporter->Initialize(lFilename, -1, lSdkManager->GetIOSettings());

I noticed a couple of other issues while attempting to report this problem:

 

  • There is nowhere to report documentation errors
  • FBX is not even listed in a product in the dropdown when contacting support
1 REPLY 1
Message 2 of 2
vincent.haubruge
in reply to: rg14820

Hi,

 

Thank you for reporting this. You're right and we will fix that.

 

You can report a problem in the documentation going at the bottom of every page has a link to Useful Yes/No - which lets you report a problem.

 

Best Regards,

 

Vincent



Vincent Haubruge

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

Post to forums  

Autodesk Design & Make Report