Hello, I have installed OpenSSL 9.7c under Windows 2000, exactly as described in the file "install.w32". I have changed my Microsoft Visual C++ settings as follows: 1. "Project, Settings, Link, Object/Libary modules". In there I have added the two library files "libeay32.lib" and "ssleay32.lib", and of course the "library directory" is changed accordingly. 2. "Project, Settings, C/C++, Use run-time library". This I have already changed to every possibility, from "Singlethreaded" to "debug multithreaded DLL". 3. (some minor changes about directories, in order to be able to build)
The code I have written is the following: RSA *rsa1; rsa1 = RSA_generate_key(1024,3,NULL,NULL); Compiling goes just fine, running is impossible; the error message I get says "The instruction at ... referenced memory at .... The memory could not be read.". What can be the cause of this problem and how can I solve this? Best regards Dominique Descamps ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
