Closed SpaceIm closed 1 year ago
dll name is vault.dll but Vault.dll is a system lib on Windows, so there is a conflict here where runtime loader will find system Vault.dll first (windows is case insensitive) instead of vault.dll.
vault.dll
Vault.dll
I think the PR referenced above should do the trick, but I don't have a Windows build environment to verify. Can you confirm?
Released in 0.57.0
dll name is
vault.dll
butVault.dll
is a system lib on Windows, so there is a conflict here where runtime loader will find systemVault.dll
first (windows is case insensitive) instead ofvault.dll
.