Re: [fpc-pascal] Question about interfaces

2005-03-21 Thread Jonas Maebe
On 21 mrt 2005, at 05:08, Marco van de Voort wrote: Nonsense. Python and perl etc were launched in the bubble era and are still floating on that capital. However there is a lot of hype and tinkering,and little real work done in it. If this kind of silly discussions have to be held, please do so

Re: [fpc-pascal] Help needed with interfacing to C-object-files.

2005-03-21 Thread Marc Santhoff
Am Mi, den 09.03.2005 schrieb Koenraad Lelong um 22:27: [...] I have been offline for the weekend and monday morning this mail from the 9th of march arrived in my inbox!? Is it: 1. a problem with the fpc mailing list? 2. a problem with my email provider? TIA, Marc

[fpc-pascal] (no subject)

2005-03-21 Thread Artur Kornilowicz
Hi, I think there are some problems with links in on-line fpc documentation. For example look at http://www.freepascal.org/docs-html/user/userse38.html#x55-1330008.2 and link to Programmers guide at the bottom of the page or http://www.freepascal.org/docs-html/user/userse39.html#x56-1340008.3

[fpc-pascal] Blockread and buffers

2005-03-21 Thread Michał Woźniak
Hmmm... Just pure curiosity: I am getting a warning Variable does not seem to be initialized on a code from FreePascal RTL guide: Var Fin, fout : File; NumRead,NumWritten : Word; Buf : Array[1..2048] of byte; Total : Longint; begin Assign (Fin, Paramstr(1)); Assign

Re: [fpc-pascal] Blockread and buffers

2005-03-21 Thread Kornel Kisielewicz
Micha³ Wo¼niak wrote: Hmmm... Just pure curiosity: I am getting a warning Variable does not seem to be initialized on a code from FreePascal RTL guide: Note that it is written does not SEEM. The code is OK IMHO. Warnings aren't always right -- for example if we have a function with many

Re: [fpc-pascal] Blockread and buffers

2005-03-21 Thread Peter Vreman
Hmmm... Just pure curiosity: I am getting a warning Variable does not seem to be initialized on a code from FreePascal RTL guide: Var Fin, fout : File; NumRead,NumWritten : Word; Buf : Array[1..2048] of byte; Total : Longint; begin Assign (Fin, Paramstr(1)); Assign