Re: [fpc-pascal]Easy graphics

2004-04-23 Thread Marco van de Voort
Some grepping revealed: > Target OS: Linux for i386 > Compiling j.pas > j.pas(7,11) Error: Identifier not found "TMemoryImage" Make it: tfpmemoryimage (2x) > j.pas(7,23) Error: Error in type definition > j.pas(8,12) Error: Identifier not found "TFPimageCanvas" Include unit fpimgcanv

Re: [fpc-pascal]Easy graphics

2004-04-23 Thread Michael Van Canneyt
On Thu, 22 Apr 2004, Alan Mead wrote: > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > Yes. You need at least 1.9.2. > > The best would even be to download the latest CVS, as it supports > > more formats. > > Or you can try to download the FCL sources and recompile them with > > FPC 1.0.10

Re: [fpc-pascal]Easy graphics

2004-04-23 Thread Marco van de Voort
> On Thu, 22 Apr 2004, Alan Mead wrote: > > > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > Yes. You need at least 1.9.2. > > > The best would even be to download the latest CVS, as it supports > > > more formats. > > > Or you can try to download the FCL sources and recompile them with

Re: [fpc-pascal]Hex values

2004-04-23 Thread Nikolay Nikolov
Marco van de Voort wrote: oct: &088; // 1.9+ only bin: %101010; // 1.9+ only These also work for 1.0.10. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal