Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!emory!ncratl!vkessler From: vkessler@ncratl.AtlantaGA.NCR.COM (Vance Kessler) Newsgroups: comp.os.os2.programmer Subject: Re: Library Utility Message-ID: <19082@ncratl.AtlantaGA.NCR.COM> Date: 23 May 91 12:46:11 GMT References: <1991May22.154137.7871@terminator.cc.umich.edu> Reply-To: vkessler@ncratl.AtlantaGA.NCR.COM (Vance Kessler) Distribution: na Organization: NCR Engineering and Manufacturing Atlanta -- Atlanta, GA Lines: 10 You can use the LIB.EXE program to get the numbers you want. You need to determine which LIB goes with the DLL you want to get the ordinal numbers for. Then you simply execute LIB with that library and when asked for operations press return and then give a file name for the list file. Examine this list file and you will see a list of all functions in the library followed by another list of these functions with offsets and sizes. The position of the functions in the second list is the ordinal number. Hope that helps, Vance Kessler