Re: [fpc-pascal] Help with Free Pascal - RTL!!

2008-08-13 Thread SirStorm25
leledumbo wrote: > > Well, for the iso... I guess it's possible to read files stored in it. > Grub can read menu.cfg, so why can't we? The problem is... how? > If we could get those functions working it might be possible, but text.inc doesn't like to be compiled in this case :-( . If we coul

Re: [fpc-pascal] Help with Free Pascal - RTL!!

2008-08-13 Thread leledumbo
Well, for the iso... I guess it's possible to read files stored in it. Grub can read menu.cfg, so why can't we? The problem is... how? -- View this message in context: http://www.nabble.com/Help-with-Free-Pascal---RTL%21%21-tp18952131p18960532.html Sent from the Free Pascal - General mailing lis

Re: [fpc-pascal] Help with Free Pascal - RTL!!

2008-08-13 Thread SirStorm25
leledumbo wrote: > > > SirStorm25 wrote: >> >> so, I have to change {$undef FPC_HAS_FEATURE_TEXTIO} in system.pas to >> {$define FPC_HAS_FEATURE_TEXTIO} ? >> > Well... just try it =^D > How can you use file related functions without any file system support > (don't worry, I'm working on it B

Re: [fpc-pascal] Help with Free Pascal - RTL!!

2008-08-13 Thread leledumbo
SirStorm25 wrote: > > so, I have to change {$undef FPC_HAS_FEATURE_TEXTIO} in system.pas to > {$define FPC_HAS_FEATURE_TEXTIO} ? > Well... just try it =^D How can you use file related functions without any file system support (don't worry, I'm working on it B-))? -- View this message in contex

Re: [fpc-pascal] Help with Free Pascal - RTL!!

2008-08-13 Thread SirStorm25
leledumbo wrote: > > Hello SirStorm25 > > Didn't expect to see you here. Check the top of system unit and > systemh.inc and you'll find out why. > Neither did I!!! I think I get it now :) , so, I have to change {$undef FPC_HAS_FEATURE_TEXTIO} in system.pas to {$define FPC_HAS_FEATURE_TEXTIO

Re: [fpc-pascal] Help with Free Pascal - RTL!!

2008-08-13 Thread leledumbo
Hello SirStorm25 Didn't expect to see you here. Check the top of system unit and systemh.inc and you'll find out why. -- View this message in context: http://www.nabble.com/Help-with-Free-Pascal---RTL%21%21-tp18952131p18958772.html Sent from the Free Pascal - General mailing list archive at Nab