Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rutgers!rochester!kodak!uupsi!sunic!news.funet.fi!ousrvr!finou!tkop-ml From: TKOP-ML@finou.oulu.fi (Mikko Laanti) Newsgroups: comp.windows.ms.programmer Subject: Re: GlobalDosAlloc not exported in libs? Message-ID: <91047.162006TKOP-ML@finou.oulu.fi> Date: 16 Feb 91 16:20:06 GMT References: <1991Feb13.165724.18629@linus.mitre.org> Sender: daemon@ousrvr.oulu.fi Organization: University of Oulu, Finland Lines: 17 Microsoft left them (intentionally?) undefined. You have to explicitly IMPORT them in Your DEFinition file. IMPORTS GLOBALDOSALLOC = KERNEL.184 GLOBALDOSFREE = KERNEL.185 To find more undefined function, please, run EXEHDR.EXE -V KERNEL.EXE Mikko Laanti