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
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
> 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
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