Can someone tell me how I could go about extracting function prototype information and/or class ID information from DLLs?
I've run into a situation lately where I know there are some functions available in one of a couple of DLLS on my computer, and I know which DLLs to look in, and I know more or less the function prototypes, but I don't have either exact enough to interface the functions with winapi. I also am only seeing an interface for SAPI 4.0 out there, but looking at the package, there doesn't look to be that much work involved to make an interface for 5.0 or 5.1, if I could find out the class IDs to interface with the Win32::OLE or what not. Regards, Greg