Re: [fpc-pascal] FPC version 2.0.0 officially released.

2005-06-17 Thread Anandu R Suri
Big cheers, Thanks, and Congrats. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC version 2.0.0 officially released.

2005-05-21 Thread Anandu R Suri
Big cheers, Thanks, and Congrats. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Varriable number of parameters

2005-05-12 Thread Anandu R Suri
Hi, how can I create procedure with undefined number of parrameters. Writeln is example of what I am looking for for example procedure add(a,b,c, var result) Pianoman Declare a Function or a procedure as MyProc(P1: String; Args: Array of Const); And as Michael Van Canneyt said, you can us

[fpc-pascal]

2005-05-04 Thread Anandu R Suri
I am writing an operating system using your Free Pascal Compilier 1.0.10. Most of my code is based on the IA32 opcodes in $ASMMODE INTEL. I have two problems, both are of importance. 1. The very basic problem is with the video driver. Whenever I try to write to the Video memory either there is no