Re: [fpc-pascal] Linux Kernel and FPC

2007-07-07 Thread Micha Nelissen
Michael Van Canneyt wrote: >> And I was thinking in implementing it using FPC. >> My question is, how hard can it be ? > > Relatively hard: you must write a complete RTL for it. > Once that is done, the rest should be easy. I don't think you would want to use a regular pascal RTL in a kernel modu

Re: [fpc-pascal] How to deal with printer in FPC win32?

2007-07-07 Thread Daniƫl Mantione
Op Sat, 7 Jul 2007, schreef Irawan Tanudirdjo: > Dear all, > > Anyone has a link/tutorial/anything that can helps > explain how to deal with dot matrix printer using FPC > in Windows box? > > I've been trying searching in the net, usually the > printer programming stuff consist of using canvas

[fpc-pascal] How to deal with printer in FPC win32?

2007-07-07 Thread Irawan Tanudirdjo
Dear all, Anyone has a link/tutorial/anything that can helps explain how to deal with dot matrix printer using FPC in Windows box? I've been trying searching in the net, usually the printer programming stuff consist of using canvas, bla bla bla, and when I try those codes, they produce a graphica

Re: [fpc-pascal] Linux Kernel and FPC

2007-07-07 Thread Michael Van Canneyt
On Fri, 6 Jul 2007, ik wrote: > Hi, > > I have found the following guide: > http://www.linuxdevcenter.com/pub/a/linux/2007/07/05/devhelloworld-a-simple-introduction-to-device-drivers-under-linux.html > > And I was thinking in implementing it using FPC. > My question is, how hard can it be ? R

[fpc-pascal] Linux Kernel and FPC

2007-07-07 Thread ik
Hi, I have found the following guide: http://www.linuxdevcenter.com/pub/a/linux/2007/07/05/devhelloworld-a-simple-introduction-to-device-drivers-under-linux.html And I was thinking in implementing it using FPC. My question is, how hard can it be ? Are there any kernel modules that already been b