IPC
IPC copied to clipboard
Does this project support x86 platform on windows?
Does this project support x86 platform on windows?
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)
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?