Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!microsoft!kensy From: kensy@microsoft.UUCP (Ken SYKES) Newsgroups: comp.windows.ms.programmer Subject: Re: Using Array > 64Ko in a DLL Message-ID: <72395@microsoft.UUCP> Date: 17 May 91 04:29:36 GMT References: <91132.234032GELDREIC@FRECP12.BITNET> Reply-To: kensy@microsoft.UUCP (Ken SYKES) Organization: Microsoft Corp., Redmond WA Lines: 8 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.