Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-11 Thread Miguel Angel Marchuet
If i want to develop a client aplicattion, which want sends mail via SSL and normal is it possible ? Please can you help me to finish linux version of hb File Server (daemon) it builds, but i don't know enought linux to test it. Best regards, Miguel Angel Marchuet Luiz Rafael Culik Guimaraes

Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-11 Thread Luiz Rafael Culik Guimaraes
Hi Miguel If i want to develop a client aplicattion, which want sends mail via SSL and normal is it possible ? yes. you need to link the tipssl lib first. with it, the tipclasses can access both normal and ssl sockets on same time Please can you help me to finish linux version of hb File

[xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-09 Thread Luiz Rafael Culik Guimaraes
!common.mak makefile.bc !changed to compile tipssl set the HB_DIR_OPENSSL envar to openssl install directory ! Changelog ! Renamed to ChangeLog.029 and started an new One + contrib/tipssl/client.prg + contrib/tipssl/httpcln.prg + contrib/tipssl/mail.prg +

Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-09 Thread Patrick Mast, xHarbour.
Hey Luiz, Thanks for this contribution! This is what I've done: 1. Download and install Microsoft Visual C++ 2008 Redistributable Package (x86) 2. Download and install Win32OpenSSL-0_9_8k.exe 3. SET HB_DIR_OPENSSL = C:\OpelSSL 4. Run C:\xHarbour\make_b32.bat all But I can't find TIPSSL.LIB