First post is a question I'm not expecting an answer to. I've been playing around with Morrowind ESM/ESP files and while I've mostly been successful I've run into a few problems mapping certain data types in an ESM with the data types used by languages other than C. Specifically the 4-bit "short" stored in some GLOB records, and anything with a Long64.
I noticed these 2 DLLs in my Morrowind folder. esTypeLibrary.dll and esByteTypes.dll. I'm not sure but I suspect they were installed with the Enchanted editor. Does anyone know who wrote them? Is there source available? If they are useful then I'd be very happy to import the functions and use them but I'd need the .h or a list of functions and what they take as parameters.
x24