Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

readme_installer.txt 790 B

1234567891011121314151617181920212223
  1. ------------------------------------------------------------------------------------
  2. Open Asset Import Library (Assimp) SDK Installer
  3. Release Notes
  4. ------------------------------------------------------------------------------------
  5. http://assimp.sf.net
  6. Troubleshooting
  7. ===============
  8. 1. Missing d3dx9_(some-number).dll?
  9. Install the latest DirectX runtime or grab the file from somewhere (that's evil but mostly fine).
  10. 2. Application configuration not correct / missing msvcr***.dll?
  11. Reinstall Microsoft Visual C++ 2005 SP1 Redistributable (x86 or x64, depending on your system)
  12. 3. assimp.exe not in PATH
  13. Add it to PATH. That's not a bug, the installer does not alter the PATH.
  14. 4. Crashes immediately
  15. You CPU lacks SSE2 support. Build Assimp from scratch to suit your CPU, sorry.