Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting it working with Win32 (having troubles with the libraries, probably Assimp) #380

Open
briggs-w opened this issue Jan 8, 2024 · 0 comments

Comments

@briggs-w
Copy link

briggs-w commented Jan 8, 2024

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant