On Mon, Nov 22, 2010 at 1:48 AM, Jonas Maebe wrote:
>
> On 21 Nov 2010, at 19:03, Brian Winfrey wrote:
>
>> What version should fpc display (Revision: 16393).
>>
>> When I get latest and make /usr/bin/fpc is at version 2.4.2.
>>
>> fpc -vut dummy.pas
>> ...
>> Compiler: /usr/lib/fpc/2.4.2/ppc386
>
On 21 Nov 2010, at 19:03, Brian Winfrey wrote:
What version should fpc display (Revision: 16393).
When I get latest and make /usr/bin/fpc is at version 2.4.2.
fpc -vut dummy.pas
...
Compiler: /usr/lib/fpc/2.4.2/ppc386
Using executable path: /usr/lib/fpc/2.4.2/
Using unit path: /usr/lib/fpc/2.
Frank Peelo wrote:
>
> yes, but for example you /don't/ need to write your own write routines.
> (You *can't* write writeln in Pascal!)
>
I know, I'm just saying Write routines, doesn't have to be the same as
Write(Ln) which has variable number of arguments. I'm writing one for each
type (.i
leledumbo wrote:
Well, it's just an example. I'm saying that because the need of file system
support is quite frustrating that I need to write my own write routines.
yes, but for example you /don't/ need to write your own write routines.
(You *can't* write writeln in Pascal!) You can implement
Well, it's just an example. I'm saying that because the need of file system
support is quite frustrating that I need to write my own write routines.
--
View this message in context:
http://www.nabble.com/Make-FPC-closer-to-hardware-tp20513082p20553612.html
Sent from the Free Pascal - General mai
leledumbo wrote:
Micha Nelissen wrote:
example?
Let Write(Ln) work without file system support? Perhaps just by supplying a
routine to write one character, and let other write routines use it.
I think it already has what you want there.
Doesn't call a function for each char, though.
leledumbo schrieb:
Micha Nelissen wrote:
example?
Let Write(Ln) work without file system support? Perhaps just by supplying a
routine to write one character, and let other write routines use it.
Too slow in the common use case.
___
fpc-pascal
Micha Nelissen wrote:
>
> example?
>
Let Write(Ln) work without file system support? Perhaps just by supplying a
routine to write one character, and let other write routines use it.
--
View this message in context:
http://www.nabble.com/Make-FPC-closer-to-hardware-tp20513082p20533138.html
leledumbo wrote:
Would it be a good idea to lower down (again) FPC so that it can be used
easier for systems programming?
example?
Micha
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-
Would it be a good idea to lower down (again) FPC so that it can be used
easier for systems programming?
--
View this message in context:
http://www.nabble.com/Make-FPC-closer-to-hardware-tp20513082p20513082.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
__
10 matches
Mail list logo