[fpc-pascal] Re: Pointer (Jonas Maebe)

2005-11-18 Thread Luis Del Aguila
Thank you, Jonas Maebe and Felipe Monteiro de Carvalho Gracias   Att. Luis Del Aguila. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Pointer

2005-11-16 Thread Luis Del Aguila
'Direccion : ',longint(b),' valor : ',b^);  Readln;End.The result is:Direccion : 60Direccion : 604460 valor : 7Direccion : 604476 valor : 15Direccion : 604492 valor : 25Direccion : 604460 valor : 604476Thanks. Att. Luis Del Aguila ___

[fpc-pascal]api win32

2004-09-03 Thread Luis Del Aguila
Hola a todos. Yo queria hacer algo similar, pero es muy dificil implementarlo. Necesito ayuda, yo quiero saber si hay algun libro que enseñe como hacerlo Hay algun "mailing list" de freepascal en español. Gracias Hi, all I would like something similar to this, but it is very dificult implementati

[fpc-pascal]Two Questions

2003-08-24 Thread Luis Del Aguila
Two questions   1.- What is the difference with seekeoln() and eoln() functions? 2.- What is the difference with seekeof() and eof() functions?

[fpc-pascal]Free Instance

2003-01-29 Thread Luis Del Aguila
I don't Understand, I compile this code with FPC 1.06 for Windows and the directive compiler -S2 -Rintel. is it a bug?. Thanks Type TClase1 = Class campo1:string; End; TClase2 = Class (TClase1) campo2:string; End; Var b:Tclase2; Begin b:=TClase2.create; b.campo1:

[fpc-pascal]CGI

2003-01-29 Thread Luis Del Aguila
¿ How to make a CGI program in pascal, that read and send for e-mail the Html form content ? Look at the User's Guide, chapter 11. There's also an unCGI Unit around. HTH Tschuess Andreas Pero, La guia de usuario, capitulo 11, no explica como escribir un programa que envie el contenido de

[fpc-pascal]Destroy Instance

2003-01-28 Thread Luis Del Aguila
I don't Understand, I compile this code with FPC 1.06 for Windows and the directive compiler -S2 -Rintel. is it a bug?. Thanks Type TClase1 = Class campo1:string; End; TClase2 = Class (TClase1) campo2:string; End; Var b:Tclase2; Begin b:=TClase2.create; b.campo1:='hola'; b

[fpc-pascal]Re: CGI (Andreas K. Foerster)

2003-01-28 Thread Luis Del Aguila
Message: 10 From: "Andreas K. Foerster" <[EMAIL PROTECTED]> Date: Mon, 27 Jan 2003 21:13:45 +0100 To: [EMAIL PROTECTED] Subject: Re: [fpc-pascal]CGI Reply-To: [EMAIL PROTECTED] On Sun, Jan 26, 2003 at 10:36:00AM -0500, Luis Del Aguila wrote: > ¿ How to make a CGI program in pa

[fpc-pascal]CGI

2003-01-27 Thread Luis Del Aguila
Quisiera saber como se hace un programa CGI, para leer un formulario html y enviar su contenido por email en un servidor Windows (IIS). ¿ How to make a CGI program in pascal, that read and send for e-mail the Html form content ? Gracias. Thanks. Att. Luis Del Aguila