Hi Silvia !!
 
Why not tries with this:
http://www.slproweb.com/products/Win32OpenSSL.html
 
It's a Windows Installer package of OpenSSL and works really good.
 
When you install it you will get a libeay32.lib, ssleay32.lib and his .dll corresponding files.
 
Also you will get a folder with header's files (.h), you may move this to INCLUDE path of MS VC++ (maybe C:\Archivos de programa\Microsoft Visual Studio\VC98\Include ) and in your program include the .h headers corresponding to the functions you are trying to use.
 
e.g
#include <openssl/openssl_header_function.h>
 
Remember that openssl folder contains all the .h available functions of openssl, and after when you compile your program don't forget to include in command line cl your_app.cpp libeay32.lib
 
Hope this helps
 
Zainos
 
 
 
 



Do You Yahoo!?
Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.

Reply via email to