hi,

i try to use cryptlib with Intel Compiler 8.
during compilation the lib i get a lot of warnings (+- 700) but no errors.
After linking the lib, my Program crashes at

...
std::string out;
-> StringSource (in, true, new Base64Decoder (new StringSink (out)));

i�m using VC.NET 2003 with ICC 8
any ideas?



Reply via email to