I need to build an app that uses SQLCipher. I need to link the SQLCipher static lib to a Windows DLL (advapi32.dll) to access the Windows encryption facilities. I'd like to do this all in Qt.
A) Do I have a ghost of a chance of pulling this off? (I have 40 years programming experience in a dozen different languages but essentially no Windows programming experience.)
2) Does anyone know where I can get copies of Wincrypt.h and advapi32.lib (which I believe I'd need in order to compile against advapi32.dll)?
III) Can anyone offer any suggestions to get me started down this crazy path?
Added after 20 minutes:
Well, I found my own answer for B: Download the headers and libs section of the Windows SDK.
Bookmarks