Qt Cryptographic Architecture
Hi,
Are some of you using QCA "Qt Cryptographic Architecture"? (http://delta.affinix.com/qca/)
I can't seem to compile it on MSVC 2003:
QCA itself compiles ok but none of the plugins compile. I'm unsure about the OpenSSL plugin's version.
Or does anybody know of a similar LGPL Qt package?
Re: Qt Cryptographic Architecture
Could we see the error messages? Are you compiling a version of QCA for your installation (Qt3 vs Qt4)?
Re: Qt Cryptographic Architecture
Solved:
Needed to fix my OpenSSL package by using
<OpenSSLDirectory>/out32dll and <OpenSSLDirectory>/inc32
This was to get the plugins to work on Qt4.