2009-01-06

¿Es el enemigo?

Hoy leyendo en soitu sobre la masacre en Gaza, lo atroz de la guerra cuando se ceba con los inocentes, el humor macabro que le ponen los intocables de siempre, y la parsimonia de los indolentes de costumbre, he visto este vídeo de Gila sobre la guerra con humor de otro tipo, del saludable



Actualización:
resulta que los israelies ya no respetan ni a la ONU, estoy seguro que a Israel no le simpatizan los de Hamas (a mi tampoco) pero no es nada comparado con la simpatía que los familiares de los más de 100 niños muertos (hasta el momento) en esta terrible ofensiva tienen que tenerle a cualquier ciudadano de Israel que la apoye, que aunque no todos, son mayoría.

2009-01-01

¡¡¡Feliz 2009!!!

¡¡¡FELIZ 2009!!!

Espero que este año próximo nos depare mejores cosas que el anterior, lo cual para mi no es dificil, y en general para el resto del mundo tampoco lo es. Que se termine la crisis, que los israelies dejen de machacar palestina, que los islamistas radicales dejen de matar a diestro y siniestro (a los judios porque son judios, a los cristianos porque son infieles, a los ateos porque saben la verdad y a los musulmanes porque no son bastante sulmanes), que los que venden armas tengan que cerrar por falta de clientes, que se cierre guanatamo, que los 5 miembros permanentes del consejo de seguridad de la ONU dejen de tener derecho a veto, que las piedras se puedan comer para que nadie pase hambre en el mundo, que los que matan se mueran de miedo, (y como dice el rey savina (0:55), "y que dejen de matar de una puta vez"). Que cada noche sea noche de boda, que no se ponga la luna de miel.

En fin PAZ, AMOR y ¡¡¡FELIZ 2009!!!

Nota: No dejes de poner tu comentario con tus deseos para 2009

Wall Street Meltdown

2008-12-27

Delphi 5 "Internal Error: L470"

Some times there are strange bugs in compiler tools. In the past I worked developing in powerbuilder 5.5 for two years and a half, and I discovered that readonly parameters semmed to use a very limited amount of memory, and when exausted new readonly parameters overwrite those in the very beginning of the stack from the calling funtions. Other times it give you a sintax error for a valid code, so you just have to reorganice de code.

Now I've been working in delphi 5 for almost 6 years. This time I have a linker error for Delphi 5. You just build or compile and delphi complains "Internal Error: L470", if you compile again then you get the compiled program, but What is this? the answer my friend could be, but just could be, the following:

"Internal Error: L470" for delphi 5 could mean, that you have declared a funtion or procedure to be overloaded but that is not really overloaded, and you have declared it overload in the implementation not in the interface section, this is the example:


unit MyUnit;

interface

procedure NotAnOverloadedProcedure(a,b,c:integer);

implementation

uses OtherUnit;

procedure NotAnOverloadedProcedure(a,b,c:integer);overload;
begin
AnotherFunction(a*2,b*3,c*4);
end;

end.



The overload keyword is in the wrong section and in the wrong procedure.

So if you get the "Internal Error: L470" find "overload;" for all over your code, write down funtion or procedure names, and check if they are declared to be overload in the implementation section. Notice that this could cause the error, but this condition is maybe not necessary and sometimes not sufficient.

The more I know Delphi, the more I like Java :-)

2008-12-26

Carta a Santa Claus el 26 de Diciembre



La primera versión que escuche hace varios años de esta carta narrada por "Fesser" en goma espuma era genial, pero esto ya ralla la perfección.