First of all a huge thank you for making sqlcipher available! You are doing great work!
I finally managed to compile openssl and sqlcipher under MinGW on Windows7 and I get a libtclsqlite3.dll that works.
BUT it needs the following dlls:
libcrypto-1_1.dll
libgcc_s_dw2-1.dll
libsqlcipher-0.dll
Which I want to avoid for use in freewrap where it is best to have a single .dll containing everything we need.
Is there a way to link libtclsqlite3.dll containing all necessary routines from the above mentioned dlls?
I hope thats not a too dumb question, but with my litte compiling/linking knowhow I could not google my way to a working “single-dll”.
Thank you very much for your help!