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

Windows x64 #101

Open
linoxoidunix opened this issue Mar 30, 2023 · 4 comments
Open

Windows x64 #101

linoxoidunix opened this issue Mar 30, 2023 · 4 comments

Comments

@linoxoidunix
Copy link

Is it possible to build a 64 bit version for Windows from source? I'm building a 64 bit version, but when I run it I get the error 0xc000007b. I don't understand because of which library I am getting this error.

@ragnar-lodbrok
Copy link
Owner

@linoxoidunix Yes, in theory, but you need x64 versions of libs.
Change x86 to required architecture (+ debug/release) when you run conan:

$ mkdir conan && cd conan
$ conan install .. --settings arch=x86_64 --settings arch_build=x86_64 --settings build_type=Release --build=missing

Don't forget to copy required dlls to your folder with exe.

@linoxoidunix
Copy link
Author

изображение

@linoxoidunix
Copy link
Author

I checked that all libraries are 64 bit, but the application still does not start

@ragnar-lodbrok
Copy link
Owner

@linoxoidunix
Den, looking at your screenshot and it seems you need API-MS_WIN-CORE-WINRT_* DLLs, no?

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

2 participants