Re: [xHarbour-developers] changelogs

2016-12-25 Thread Patrick Mast, xHarbour.com

Hey Luiz,
I get these: contrib\hbssl\bio.c(478): error C3861: 'HB_UNCONST': 
identifier not found contrib\hbssl\bio.c(612): error C3861: 'HB_UNCONST': 
identifier not found contrib\hbssl\bio.c(626): error C3861: 'HB_UNCONST': 
identifier not found contrib\hbssl\bio.c(637): error C3861: 'HB_UNCONST': 
identifier not found contrib\hbssl\bio.c(637): error C2660: 'hb_itemPutNL': 
function does not take 1 arguments contrib\hbssl\bio.c(647): error C3861: 
'HB_UNCONST': identifier not found contrib\hbssl\bio.c(647): error C2660: 
'hb_itemPutNL': function does not take 1 arguments 
contrib\hbssl\bio.c(678): error C3861: 'HB_UNCONST': identifier not found 
contrib\hbssl\bio.c(678): error C2660: 'hb_itemPutNL': function does not 
take 1 arguments

Patrick
On Wed, Dec 21, 2016 at 12:12 AM, Luiz Rafael Culik  
wrote:
2016-12-20 21:10 UTC-0300 Luiz Rafael Culik < l...@xharbour.com.br 
[l...@xharbour.com.br] > * contrib/hbssl/evpmd.c * contrib/hbssl/hbssl.h ! 
minor fix to compile under pelles c with openssl >= 1.0.2


2016-12-18 15:30 UTC-0300 Luiz Rafael Culik < l...@xharbour.com.br 
[l...@xharbour.com.br] > * contrib/hbssl/bio.c * contrib/hbssl/evpciph.c * 
contrib/hbssl/evpenc.c * contrib/hbssl/ hbssl.ch [http://hbssl.ch] * 
contrib/hbssl/hbssl.h * contrib/hbssl/rand.c * contrib/hbssl/ssl.c * 
contrib/hbssl/sslctx.c ! adjust to compile under openssl >= 1.0.2 
2016-12-10 11:00 UTC-0300 Luiz Rafael Culik < l...@xharbour.com.br 
[l...@xharbour.com.br] > * contrib/hbssl/bio.c * contrib/hbssl/err.c * 
contrib/hbssl/evpciph.c * contrib/hbssl/evpmd.c * contrib/hbssl/ssl.c * 
contrib/hbssl/x509.c * some fix to compile under new openssl version borrow 
from harbour--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] changelogs

2016-12-21 Thread Andi Jahja
Luiz:

contrib\hbssl\evpenc.c(70) : error C3861: 'EVP_ENCODE_CTX_free': identifier not 
found
contrib\hbssl\evpenc.c(96) : error C3861: 'EVP_ENCODE_CTX_new': identifier not 
found

Andi

On Tue, 20 Dec 2016 21:12:18 -0200
Luiz Rafael Culik  wrote:

2016-12-20 21:10  UTC-0300 Luiz Rafael Culik 
>* contrib/hbssl/evpmd.c
>* contrib/hbssl/hbssl.h
>  ! minor fix to compile under pelles c with openssl >= 1.0.2
> 
> 
> 
> 
> 2016-12-18 15:30 UTC-0300 Luiz Rafael Culik 
>* contrib/hbssl/bio.c
>* contrib/hbssl/evpciph.c
>* contrib/hbssl/evpenc.c
>* contrib/hbssl/hbssl.ch
>* contrib/hbssl/hbssl.h
>* contrib/hbssl/rand.c
>* contrib/hbssl/ssl.c
>* contrib/hbssl/sslctx.c
>  ! adjust to compile under openssl >= 1.0.2
>  
> 2016-12-10  11:00 UTC-0300 Luiz Rafael Culik 
>* contrib/hbssl/bio.c
>* contrib/hbssl/err.c
>* contrib/hbssl/evpciph.c
>* contrib/hbssl/evpmd.c
>* contrib/hbssl/ssl.c
>* contrib/hbssl/x509.c
>* some fix to compile under new openssl version borrow from harbour
> 



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


Re: [xHarbour-developers] changelogs

2016-12-21 Thread Enrico Maria Giordano
Thank you, Luiz!

EMG

--
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelogs

2016-12-20 Thread Luiz Rafael Culik
2016-12-20 21:10  UTC-0300 Luiz Rafael Culik 
   * contrib/hbssl/evpmd.c
   * contrib/hbssl/hbssl.h
 ! minor fix to compile under pelles c with openssl >= 1.0.2


2016-12-18 15:30 UTC-0300 Luiz Rafael Culik 
   * contrib/hbssl/bio.c
   * contrib/hbssl/evpciph.c
   * contrib/hbssl/evpenc.c
   * contrib/hbssl/hbssl.ch
   * contrib/hbssl/hbssl.h
   * contrib/hbssl/rand.c
   * contrib/hbssl/ssl.c
   * contrib/hbssl/sslctx.c
 ! adjust to compile under openssl >= 1.0.2

2016-12-10  11:00 UTC-0300 Luiz Rafael Culik 
   * contrib/hbssl/bio.c
   * contrib/hbssl/err.c
   * contrib/hbssl/evpciph.c
   * contrib/hbssl/evpmd.c
   * contrib/hbssl/ssl.c
   * contrib/hbssl/x509.c
   * some fix to compile under new openssl version borrow from harbour
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelogs

2016-04-17 Thread Luiz Rafael Culik
2016-04-17 19:50 UTC-0300 Luiz Rafael Culik 
  * winmake/makefile.gc
! disable hbdoc build

2016-04-17 19:00 UTC-0300 Luiz Rafael Culik 
  * winmake/makefile.gc
! when compiling to 64bits add -DWIN32 to compile properly pdflite
  * include/thread.h
! added S_RDDMTX enum
  * make_gc64.bat
! minor update
! to compile properly with mingw on an dos shell do
set CC_DIR=directory where mingw64 is instaled so in my machine is ( i
use one from https://sourceforge.net/projects/mingw-w64/ )
SET CC_DIR=C:/mingw530-64
make_Gc64
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers


[xHarbour-developers] changelogs ( multiples )

2011-05-19 Thread luiz
2011-05-19 11:11 Luiz Rafael Culik 
  * include/win32prn.ch
! protected some defines with #ifndef _WINUSER_ to avoid conflicts
when winuser.ch is added before win32prn.ch
  * source/rtl/cstr.prg
! added type 'T'(datetime) to convert it value in the ValToPrgExp and
ValToPrg
  * source/rtl/tbrowse.prg
! added test for 'T'(datetime) in function lenval() and  method dispcell
  * source/debug/debugger.prg
! added test for 'T'( datatime) to show the correct value

2011-05-17 17:10 Luiz Rafael Culik 
  * contrib/firebird.c
   - Fixed attachment to DB that stay connected in FBCREATEDB
   - Created functions to provide almost total access to DB and their tables
   FBDROPDB( cDataBaseName, cUser, cPassWord ) - Delete remote and
physically Database file
   FBBACKUPDB( [cNameServer|cIPServer], cDBName, cBkpName, [cUser],
[cPassWord] ) - Backup Database remotely
   FBRESTOREDB( [cNameServer|cIPServer], cBkpName, cDBName, [cUser],
[cPassWord] ) - Restore Database remotely
   FBSERVICEISRUNNING() - Verify if service is running
   FBDETACHSERVICE() - Detach service

   The last started service is saved in a static variable to been
verified by FBSERVICEISRUNNING() like exemple bellow:

   FBBACKUPDB( "localhost", "DATABASE.FBD", "DATABASE.BKP", "SYSDBA",
"masterkey" )
   DO WHILE FBSERVICEISRUNNING()
 Inkey(0.1)
   ENDDO
   FBDETACHSERVICE()
  * contrib/tfirebird.prg
   ! removed unused variable
   ! all changes provided by  Marson de Paula



--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers