[comp.windows.ms.programmer] Dynamic arrays in Microsoft Pascal

wschou@waikato.ac.nz (04/04/91)

What is the recognised method for allocating dynamic multi-dimensional
arrays in Microsoft Pascal v4.01? under Windows 2.1 ?

I was using Super Arrays and NEW to assign the memory but this is not
permitted under Windows. Is there a way of accessing GlobalAlloc or
LocalAlloc memory using the usual Pascal array subscripts ?

Any and all ideas appreciated.

-- Wayne Schou
wschou@waikato.ac.nz