Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Does this project support x86 platform on windows? #39

Open
yazi1297 opened this issue Feb 29, 2020 · 2 comments
Open

Does this project support x86 platform on windows? #39

yazi1297 opened this issue Feb 29, 2020 · 2 comments
Labels

Comments

@yazi1297
Copy link

Does this project support x86 platform on windows?

@yazi1297
Copy link
Author

I try to make this project support x86 platform. It works on Windows7. but I find that the binary file can't run on WindowsXP, because there is no bcrypt.dll on WindowsXP.
o(TヘTo)

@ara-ayvazyan
Copy link
Contributor

ara-ayvazyan commented Mar 3, 2020

There is no configuration for x86, but I can't recall a particular reason why it should not work.

The bcrypt.dll dependency is likely coming from RandomString (specifically from boost::uuids::random_generator).

Have you used the proper value for _WIN32_WINNT and/or BOOST_USE_WINAPI_VERSION that would target Windows XP and use corresponding available APIs?

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

No branches or pull requests

2 participants