[fpc-pascal] FPC_HAS_FEATURE_TEXTIO - Strange behaviour!
SirStorm25
_matt140_ at live.co.uk
Wed Aug 13 20:47:16 CEST 2008
Marco van de Voort wrote:
>
> In our previous episode, SirStorm25 said:
>> Im trying to develop reading capabilities for an OS im helping to
>> develop.
>> When enabling the FPC_HAS_FEATURE_TEXTIO from the RTL, I get a few errors
>> involving
>> the file: Text.inc.
>> All of the errors returned are mainly "do_" functions.
>> E.g:
>> do_read
>> do_write
>> do_close
>> do_erase
>> dp_rename
>> etc...
>>
>> any ideas on stopping this?
>
> Implement them. You enabled the generic part of textio with that define,
> so
> the missing functions are the OS dependant primitives you need to
> implement
> for your OS.
>
> Look at the other implementations (e.g. Dos or linux) to get a clue about
> what they are supposed to do.
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
>
Hello!
Any ideas where to find the source to a version of DOS with those functions
implemented, linux source code always gets me confused %-|
Regards
SirStorm25.
--
View this message in context: http://www.nabble.com/FPC_HAS_FEATURE_TEXTIO---Strange-behaviour%21-tp18968260p18968903.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list