PDA

View Full Version : Qt Cryptographic Architecture



derick
12th February 2006, 22:47
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?

wysota
13th February 2006, 01:10
Could we see the error messages? Are you compiling a version of QCA for your installation (Qt3 vs Qt4)?

derick
16th February 2006, 12:10
Solved:

Needed to fix my OpenSSL package by using
<OpenSSLDirectory>/out32dll and <OpenSSLDirectory>/inc32

This was to get the plugins to work on Qt4.