[fpc-pascal] Steps to achieve i386-wince

2007-05-15 Thread J . Randolph Andrews
Dear FPC Folk, I posted the following question as a Lazarus topic: I'd like to make desktop style applications for WinCE using Free Pascal and Lazarus. The target device is a specialized x86 industrial controller running WinCE with 640x480 screen res (not a PDA). When I select WinCE and i386 ta

Re: [fpc-pascal] Steps to achieve i386-wince

2007-05-15 Thread Marco van de Voort
> I definitely need more detailed information. I can find binutils-2.17 but > there's nothing wince specific about what I found. I suspect FPC 2.1 is > necessary because it was needed for the arm-wince case however I don't > understand how to take the source code snapshots available and compile > t

[fpc-pascal] RTF backend for FPDoc.

2007-05-15 Thread Michael Van Canneyt
Hi, I've committed an initial implementation for an RTF backend for FPDoc (implemented by Luk Vandelaer). I'd appreciate it if people could test it. It's selected with the --format=rtf option. Currently one addition is still planned (other than fixing bugs): inserting an arbitrary piece of RT

Re: [fpc-pascal] Steps to achieve i386-wince

2007-05-15 Thread Henry Vermaak
On 15/05/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: This is generally a fairly easy process on *nix, and a horrible, hair-pulling one on Windows. (which is why we provide a set that we were lucky to create after sacrificing several chickens to various MinGW gods with some associated Voodo

Re: [fpc-pascal] Steps to achieve i386-wince

2007-05-15 Thread Tomas Hajny
On 15 May 07, at 19:47, Marco van de Voort wrote: > > I definitely need more detailed information. I can find binutils-2.17 but > > there's nothing wince specific about what I found. I suspect FPC 2.1 is > > necessary because it was needed for the arm-wince case however I don't > > understand how