[comp.lang.pascal] SOMEBODY HELP ME!! DESPERATE.

Carl.Hu@f660.n250.z1.FidoNet.Org (Carl Hu) (04/30/91)

I'm halfway into a program I've been writing and I've run into a serious
problem. 
    I need to have arrays > 64K, does anybody know how to do that?
The arrays have to be global. Also, if possible, dynamic.
    Two: If that's absolutely completely impossible, then how can I have
multiple 64K array's in ONE unit?
    Three: How do I include another unit in one unit and still distribute
the .tpu file as one file. (I mean, if I have a 1.tpu that uses 2.tpu, can
I somehow link 2.tpu into 1.tpu so that I can distribute 1.tpu by
itself?).

bobb@vice.ICO.TEK.COM (Bob Beauchaine) (05/05/91)

In article <673056705.0@egsgate.FidoNet.Org> 
Carl.Hu@f660.n250.z1.FidoNet.Org (Carl Hu) writes:
>    I need to have arrays > 64K, does anybody know how to do that?

  Sounds like it's time for a FAQ post.  To Timo: is there a 
  reference in your archives for this question?  Seems it's been
  getting a lot of air time recently.

/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ 

Bob Beauchaine bobb@vice.ICO.TEK.COM 

C: The language that combines the power of assembly language with the 
   flexibility of assembly language.