[fpc-pascal] [Offtopic] Sendmail problems

2006-05-05 Thread Antal
I'm experiencing the same problem with my sendmail, like I've seen here. Some messeges are delivered a few month later. Does anybody have an idea what's wrong with it? It's annoying to see people is receiving on 1st April a Happy New Year e-mail sent by me on 3rd Jan. And I'm afraid the same pro

[fpc-pascal] Lazarus.

2006-05-05 Thread Geoff Bagley
I would like to hear from anyone using Lazarus/Free-Pascal on Debian GNU/Linux. Best regards, Geoff. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] no output window displayed

2006-05-05 Thread Linda Li
Dear Sir: I download the Free Pascal Compiler  Version 2.0.2, when I run it , no output window display, could you help me to fix this problem? Thank

Re: [fpc-pascal] Constant object

2006-05-05 Thread Geno Roupsky
I guess you're refering to the old tp days. If so you should be able to acheive constant object like that:type  TCObject = object    P1: Double;  end;var  MyCObject: TCObject;begin  MyCObject.P1 := 0;end.This code should world although I haven't tested it.But there is no easy(without some nasty ha