Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

24 рядки
790 B

  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.