[comp.windows.ms.programmer] Using Array > 64Ko in a DLL

kensy@microsoft.UUCP (Ken SYKES) (05/17/91)

Assign the return from GlobalLock to a pointer with the 'huge' attribute
and it will work.  Be forwarned that every pointer update will do
selector arithmetic which isn't cheap (selector loads are slow in prot.
mode.)  You can avoid some of this by being clever.  Read the SDK to
find out how.

Ken Sykes
Disclaimer: The above opinions are solely my own.