Building and Running the Sample Programs
Each sample demonstrates an FBX SDK feature. The sample code contains comments that
explain the feature.
Windows
To build and run a sample using Visual Studio:
- Start Visual Studio.
- Click .
- Navigate to the folder that contains the sample program for your version of Visual
Studio, for example, C:\Program Files\Autodesk\FBX\FBX SDK\<version>\samples\UI Examples\ImportExport\.
- Open the project file for your version of Visual Studio. Visual Studio will create
a new solution, and open the project inside that solution.
- To build the file, click . Unless you modify the project, Visual Studio builds a debug version of the application
(ImportExport.exe), stored in the project’s Debug\ directory.
- To run the sample within Visual Studio, choose from the menu. If you run ImportExport, the dialog for ImportExport appears. You can use it
to select files for conversion to various file formats.
Mac OS and Linux
Use the provided makefiles to build the sample programs on the Mac OS and Linux platforms.