You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error when attempting run with Visual Studio for Win32. (It's important that I can work with Win32 in this case.)
8.guest_2020_skeletal_animation.exe (process 16844) exited with code -1073741701.
Here's how I did cmake:
cmake -G "Visual Studio 17 2022" -A Win32 CMakeLists.txt #VS 17 2022 is correct for me
I also copied over Win32 versions of irrKlang.dll, ikpMP3.dll, irrKlang.lib, freetype.dll, and freetype.lib. I got Win32 versions of assimp.exe, assimp.dll, and assimp.lib, (replacing assimp-vc140-mt.). I edited the PostBuild step in Visual Studio so it copies over assimp. instead of assimp-vc-140-mt.* (I copied over assimp.exe because if I don't, the program won't run, complaining it can't find assimp.exe.)
Dependency Walker only seems to notice assimp.exe, but none of the dll's. It's unhappy with assimp.exe, saying Entry point not found for multiple items.
The text was updated successfully, but these errors were encountered:
I am getting this error when attempting run with Visual Studio for Win32. (It's important that I can work with Win32 in this case.)
Here's how I did cmake:
I also copied over Win32 versions of irrKlang.dll, ikpMP3.dll, irrKlang.lib, freetype.dll, and freetype.lib. I got Win32 versions of assimp.exe, assimp.dll, and assimp.lib, (replacing assimp-vc140-mt.). I edited the PostBuild step in Visual Studio so it copies over assimp. instead of assimp-vc-140-mt.* (I copied over assimp.exe because if I don't, the program won't run, complaining it can't find assimp.exe.)
Dependency Walker only seems to notice assimp.exe, but none of the dll's. It's unhappy with assimp.exe, saying Entry point not found for multiple items.
The text was updated successfully, but these errors were encountered: