Re: [fpc-pascal] Pointer

2005-11-16 Thread Felipe Monteiro de Carvalho
On 11/15/05, Luis Del Aguila <[EMAIL PROTECTED]> wrote: > > Somebody can help me. > I do not understand, that I am making bad. > The program is: What were you trying to do? and what was the result you expected? What does that program do? By the way your program is leaking memory. You call Reallo

Re: [fpc-pascal] Pointer

2005-11-16 Thread Jonas Maebe
On 15 nov 2005, at 17:11, Luis Del Aguila wrote: Somebody can help me. I do not understand, that I am making bad. The program is: Program ProbandoMemoria; {$R+} Var PLPunteros: ^Pointer; NuevoTamanio : integer; elementos : longint; x,b : ^integer; Begin elementos := 3; NuevoTamanio

Re: [fpc-pascal] RE: fp not available

2005-11-16 Thread J.L. Blom
Sorry to bother again, and thanks, Christo, it is a version that contains fp. However, no program will compile as the error is: Fatal: Can't find unit System But when I look in fpc.cfg the path for units is correct: # searchpath for units and other system dependent things -Fu/usr/lib64/fpc/2.0.0/un

[fpc-pascal] Pointer

2005-11-16 Thread Luis Del Aguila
Somebody can help me.I do not understand, that I am making bad. The program is: Program ProbandoMemoria;{$R+}Var    PLPunteros: ^Pointer;  NuevoTamanio : integer;  elementos : longint;  x,b : ^integer;Begin      elementos := 3;  NuevoTamanio:=Sizeof(Pointer)*elementos;  ReallocMem(PlPunter

Re: [fpc-pascal] How to make a binding or wrapper ?

2005-11-16 Thread L
>Hi, >I'm making an application but to have it work like I want I need to make >a binding or a wrapper (is there a diiference ?) to some external >software. Are there documents that can be used to learn how to do this ? Your proposition is to general for us to help. Almost everything in software i