Re: [fpc-pascal] Lazarus + Qt4 in FreeBSD

2007-12-14 Thread [EMAIL PROTECTED]
Yes, I have an CPU SSE2 enabled (AMD Athlon 64 X2 3600+) I ran fpc test and the output is: %fpc teste1.pas Free Pascal Compiler version 2.2.0 [2007/09/02] for i386 Copyright (c) 1993-2007 by Florian Klaempfl Target OS: FreeBSD/ELF for i386 Compiling teste1.pas teste1.pas(10,2) Note: Local variab

Re: [fpc-pascal] 2x HeapTrc: output with -gl on ppcx64; QuickTrace/KeepReleased bug?

2007-12-14 Thread Vincent Snijders
Tom Verhoeff schreef: We use the HeapTrc facility in our education to get an impression of memory management issues in programs submitted for assignments. Typically our Peach.win.tue.nl system runs programs to test functionality and robustness (i.e. test for proper precondition checking through

[fpc-pascal] 2x HeapTrc: output with -gl on ppcx64; QuickTrace/KeepReleased bug?

2007-12-14 Thread Tom Verhoeff
We use the HeapTrc facility in our education to get an impression of memory management issues in programs submitted for assignments. Typically our Peach.win.tue.nl system runs programs to test functionality and robustness (i.e. test for proper precondition checking through Assert) on small and big

Re: [fpc-pascal] help with serial.pp unit please

2007-12-14 Thread Musan Antal
> //Hide; > ShowMessage('Pick up the phone.' + #13 + 'Click OK after > dialing has completed.'); > s := 'ATH^M^J'; I think you'll better use s:='ATH'^M^J; ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http: