[fpc-pascal] Nice website
:) Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Nice website
Mattias Gaertner schrieb: > :) > > Mattias > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > > > Indeed, kudos to the people that made it. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Nice website
Indeed, very nice work. (The lines /// in the header/menu makes it hard to read; but this is actually the only thing I would dare to make a comment on. I do not want to complain for the great job that has been done. But if the author reads this; plainer/softer is better; I talked to someone else and he told me that it was hard to read also.) Best regards. 2006/6/27, bartek <[EMAIL PROTECTED]>: Mattias Gaertner schrieb: > :) > > Mattias > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > > > Indeed, kudos to the people that made it. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal -- Alexandre Leclerc ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Nice website
On 6/27/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: :) Mattias i love it ! great job to those involved ! Tony -- X-SA user ? 0.5.1 is out ! XData 0.1 for X-SA is out ! http://x-plane.dsrts.com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] Redirect under Linux
Hi all... I was testing a program I wrote in FPC which directs the cursors (using crt), by redirecting the output to a file, but was surprised that the escape sequences weren't in the file. Checking the source of the crt units, I found that when redirecting, the sequences are switched off. Is there motive for this behaviour? I just tested the same program under TP7, and, when using crt, redirection isn't possible at all - which is quite logical. Under linux, non-pascal programs do not distinguish between being redirected or not (also logical). I couldn't find a simple way to disable this (short of modifying the crt.pp source code and recompiling)... I need the output of the program to have the escape sequences, as I'd like to use them to feed a terminal emulator program. BTW - beautiful new website! Thanks in advance, John ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] RE: Nice website
Yes, much better! I had not even looked at it till now. One suggestion: I think the sentence about the M680 should be moved to the end of the first paragraph. Finish telling me about what you do support first. I'm only on the second sentence of the entire website, and already they're telling me what the old compiler does that the new one doesn't. Other than that, it looks great! - Jeff ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] findfirst and findnext on non accessible files
Hi, trying to use FindFirst and FindNext on files I cannot detect the difference between a failed call because of no matching file and a failure when the file or dir is not listable by the user lacking permissions. If I'd use fpstat and friends myself this would mean doing anything doubly and having to write some code for each os in question. Is there any function or procedure that could help me here? Or should the implementation of FindFirst/Next be adapted to respect users credits? TIA, Marc ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal