IPC icon indicating copy to clipboard operation
IPC copied to clipboard

Does this project support x86 platform on windows?

Open yazi1297 opened this issue 5 years ago • 2 comments

Does this project support x86 platform on windows?

yazi1297 avatar Feb 29 '20 06:02 yazi1297

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)

yazi1297 avatar Feb 29 '20 16:02 yazi1297

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?

ara-ayvazyan avatar Mar 03 '20 01:03 ara-ayvazyan