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@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal