Página 1 de 1

Por finnnnnn... para Jose Gimenez

Publicado: Vie Jul 14, 2006 4:48 pm
por Manu
Mira Jose extraí­do del foro de Harbour:
2006-07-14 16:00 UTC+0100 Ryszard Glab <rglab//imid.med.pl>
* include/hbcomp.h
* include/hberrors.h
* include/hbexpra.c
* include/hbexprb.c
* include/hbexprc.c
* include/hbmacro.h
* include/hbpcode.h
* include/hbpp.h
* include/hbxvm.h
* source/common/expropt1.c
* source/compiler/cmdcheck.c
* source/compiler/expropta.c
* source/compiler/exproptb.c
* source/compiler/exproptc.c
* source/compiler/genc.c
* source/compiler/gencc.c
* source/compiler/gencli.c
* source/compiler/genhrb.c
* source/compiler/genjava.c
* source/compiler/genobj32.c
* source/compiler/harbour.c
* source/compiler/harbour.l
* source/compiler/harbour.y
* source/compiler/hbdead.c
* source/compiler/hbfix.c
* source/compiler/hbfunchk.c
* source/compiler/hbgenerr.c
* source/compiler/hblbl.c
* source/compiler/hbpcode.c
* source/compiler/hbstripl.c
* source/macro/macroa.c
* source/macro/macrob.c
* source/macro/macroc.c
* source/vm/hvm.c
* source/vm/macro.c
* fixed compilation of code that uses [email='@']'@'[/email] pass by
reference. The following syntax is no longer supported:
var := IIF( .T., @var, var )
however you can still use the following:
funcall( IIF( bPassbyRef, @someVar, someVar ) )
+added support for the following statement:
WITH OBJECT <objexpression>
...
END
inside this statement you can use simplified form of sending
messages to the object specified by <objexpression>
:message( ) instead objexpression:message()
:property instead objexpression:property
The runtime error will be generated at the time of message
sending (or property access/assign) if <objexpression>
is not a value of type object.
You can use the reserved property:
:__withobject
to access/assign the controlling object.
*fixed support for command line response file (@file.clp)
to be compatible with Clipper (Clipper genertes a single
obj file)
*fixed memory leaks when there is a fatal error in autoopened
module (using DO ... statement)
*implicit startup functions are removed from the list of
functions before generation of output code
* source/pp/ppcomp.c
* source/pp/pplib.c
* source/pp/ppcore.c
* redefinition of #define no longer causes a memory leak
* fixed repeatable optional clauses
#xcommand SET <var1> [, <varN>] WITH <val> =>
<var1>:=<val>[; <varN>:=<val>]
* fixed compilation of optional clauses (when used in different
order then declared) -this fixes the following long
waiting bug:
#command MYCOMMAND [<mylist,...>] [MYCLAUSE <myval>] => ;
MyFunction( {<mylist>} [, <myval>] )
MYCOMMAND MYCLAUSE 321 "HELLO"
* fixed restricted macro match marker <x:&>
* tests/Makefile
- tests/pretest.prg
+ utils/hbpptest
+ utils/hbpptest/Makefile
+ utils/hbpptest/pretest.prg
* moved file 'pretest.prg' from tests to separate directory
to make easier validation of the preprocessor
* TODO
* added note to fix hb_objGetMethod() so it will not generate
error if there is no method
* doc/en/clipper.txt
* added documentation for WITH OBJECT usage
Regards, Ryszard
-- Ryszard Glab
Por fin vamos a tener Xailer para Harbour no?
:-)
Saludos

Por finnnnnn... para Jose Gimenez

Publicado: Vie Jul 14, 2006 7:52 pm
por jfgimenez
Manu,
> +added support for the following statement:
> WITH OBJECT <objexpression>
> ...
> END
Bien por Ryszard !
> Por fin vamos a tener Xailer para Harbour no?
;-)))
--
Un saludo,
José F. Giménez
http://www.xailer.com

Por finnnnnn... para Jose Gimenez

Publicado: Vie Jul 14, 2006 10:33 pm
por paco-ssi
Contadnolo a los que no sabemos.
Paco V
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escribió en el mensaje
news:44b7d9d8$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Manu,
>
>> +added support for the following statement:
>> WITH OBJECT <objexpression>
>> ...
>> END
>
> Bien por Ryszard !
>
>
>> Por fin vamos a tener Xailer para Harbour no?
>
> ;-)))
>
>
> --
> Un saludo,
>
> José F. Giménez
> http://www.xailer.com
>

Por finnnnnn... para Jose Gimenez

Publicado: Sab Jul 15, 2006 4:50 pm
por jfgimenez
Paco,
tiempo al tiempo. Simplemente se trata de que ahora estamos más cerca de
soportar Harbour que antes. Todos sabeis que durante mucho tiempo hemos
tenido un apartado para Harbour dentro de Xailer, pero que nunca ha
funcionado. Y en la última versión lo quitamos; bueno, en realidad no lo
quitamos, sino que lo ocultamos. Pues ahora, con el soporte de WITH OBJECT
podremos volver a soportarlo en cuanto tengamos algo de tiempo para hacerlo.
--
Un saludo,
José F. Giménez
http://www.xailer.com