Author: Steve Ollett (dial-212-159-181-85.access.uk.tiscali.com)
Date: 01-10-2003 12:59
Hi,
Thanks for your replies.
Unfortunately (for me) I am crap at turning psuedo-code into anything like something that my compiler can understand.
When creating the LONG variables for the Physical and Logical screens do I need to assign a value for the 32K screen (e.g. long phys=32000;)or do I just declare them like an array? (long phys[32000];) or is it like
the screen clipping done with rectangles where we point to an array holding screen co-ordinates/sizes?
Do you have any actual source code that I could look at in order to figure this all out? That might be a bit more helpful in explaining it's usage.