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
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
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
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