Re: [fpc-pascal] an old Turbo-Pascal source

2007-01-03 Thread Jason P Sage
Regarding porting the .^Screen references, if you know the format of how screen memory works.. you can allocate your own memory block and treat it like the screen and then make (usually need two) routines to move that data to the screen via a more FreePascal friendly method. I say two routines - b

Re: [fpc-pascal] an old Turbo-Pascal source

2007-01-03 Thread Florian Klaempfl
Marco van de Voort schrieb: using among others - ^Screen (from unit Dos) This indicates direct access of the textmode screen, which is not a good sign? This works on go32v2? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://list

Re: [fpc-pascal] an old Turbo-Pascal source

2007-01-03 Thread Marco van de Voort
> using among others > > - ^Screen (from unit Dos) This indicates direct access of the textmode screen, which is not a good sign? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] an old Turbo-Pascal source

2007-01-03 Thread Daniƫl Mantione
Op Wed, 3 Jan 2007, schreef Friedrich Hattendorf: > using among others > > - ^Screen (from unit Dos) > - unit GRAPH > > (I think, we then had written it with TP4) > > is there any chance to compile the source with FreePascal? It depends on the amount of assembler in it. If it is pure Pas