Re: [fpc-pascal] Make FPC closer to hardware

2008-11-17 Thread leledumbo
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

Re: [fpc-pascal] Make FPC closer to hardware

2008-11-17 Thread Frank Peelo
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.

Re[8]: [fpc-pascal] UDF+FREEBSD+FIREBIRD FPC generate wrong object file???

2008-11-17 Thread Michael Van Canneyt
On Sun, 16 Nov 2008, KES wrote: > MVC>> loading library failed testudf.so: cannot open shared object file: No > such file or directory > > MVC>> Of course, you must correct the names. > > MVC>> Michael. > > K> home# ./a.out > K> loading library failed /usr/lib/libtestudf.so: Undefined symbo

Re: [fpc-pascal] Make FPC closer to hardware

2008-11-17 Thread Florian Klaempfl
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