Re: [xHarbour-developers] Error compiling hbssl

2016-12-11 Thread Enrico Maria Giordano
Il 11/12/2016 02:22, Luiz Rafael Culik ha scritto: > Should be fixed after > > 2016-12-10 23:00 UTC-0300 Luiz Rafael Culik > >* contrib/hbssl/bio.c > ! fixed compilation under new version of openssl Thank you Luiz! EMG -- http://www.emagsoftware.it http

[xHarbour-developers] Compiler bug?

2016-12-11 Thread Enrico Maria Giordano
Probably I already reported this in the past but I can't remember the answer, sorry. Please compile the following sample: FUNCTION MAIN() ? TEST() INKEY( 0 ) RETURN NIL STATIC FUNCTION TEST() LOCAL nVar := 1 LOCAL lVar := .T. BEGIN SEQUENCE IF lVar