Hello, I’m building a desktop application using React and Tauri. I’m currently using Rust 1.92, but I can’t get the app to run on Windows 7. I keep getting this error: The procedure entry point ProcessPrng could not be located in the dynamic link library bcryptprimitives.dll. When I downgrade Rust to 1.77 or even 1.75, I end up in a loop of different errors that even AI tools couldn’t resolve. What is the correct or recommended way to handle this issue and properly support Windows 7?
Hello, I’m building a desktop application using React and Tauri. I’m currently using Rust 1.92, but I can’t get the app to run on Windows 7. I keep getting this error: The procedure entry point ProcessPrng could not be located in the dynamic link library bcryptprimitives.dll. When I downgrade Rust to 1.77 or even 1.75, I end up in a loop of different errors that even AI tools couldn’t resolve. What is the correct or recommended way to handle this issue and properly support Windows 7?