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