You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
@hideki I tried to compile on Windows by running the script build-windows.cmd as you clearly outlined. Everything went okay the first time (luckily I had all the tools in place including VS2015 and java etc).
But, the compiled sqlcipher.dll seems to come out as the plain sqlite3.dll. I ran dumpbin.exe /exports sqlcipher.dll and I get the same APIs as sqlite3.dll. For example, I expected to see sqlcipher_export but not there. Same for all the three directories x86, x64, x86_x64.
Am I overlooking something? Help please.
Something a bit similar caught my attention but not sure if this points to any thing. Mine doesn't generate any error though.