[fpc-pascal] Enabling FPC_HAS_FEATURE_CONSOLEIO

Micha Nelissen micha at neli.hopto.org
Tue Jul 29 18:27:56 CEST 2008


leledumbo wrote:
> This is very inconvenient. Moreover, assertions needs it. My first attempt,
> is to comment out {$undef FPC_HAS_FEATURE_CONSOLEIO} in my system.pas. But
> then, FPC argues about Unknown compilerproc "fpc_write_text_shortstr". I
> found it in text.inc, but it's only included if FPC_HAS_FEATURE_TEXTIO is
> defined. Knowing that I don't yet have any file system driver, I guess it's
> impossible to reach my goal by defining it.
> What's the correct way?

Can you undefine FPC_HAS_FEATURE_TEXTIO as well?

In the end, you have nothing left :-). Or is this the point?

What's the goal?

Micha



More information about the fpc-pascal mailing list