Hi @all,

I try to compile QCA and QCA-OSSL from http://delta.affinix.com/qca/ under Windows with Qt 4.4.3 to a static library. I followed these instructions:
http://psi-im.org/wiki/Linux_Build_I....26.26_openssl
http://www.qtforum.de/forum/viewtopic.php?t=2718

The plugin compiled successfully as static library, but QCA (core module) can't resolve some functions.
I tried the following:
Qt Code:
  1. configwin rs
To copy to clipboard, switch view to plain text mode 
and
Qt Code:
  1. configwin r
To copy to clipboard, switch view to plain text mode 

Compiling this as a dynamic library works, but i want it to be static.

Can anybody help me to do so?

Kind Regards