Hi,
I have a DLL which was created by someone else. I have no idea about it functions and how the DLL was created. The only thing i know is that, it was developed in C++ (VC++ platform). One of the functions in this DLL has to be used (no idea, what are the function names).
I tried to register it using regsvr32.exe program, but an error comes saying that "DLL was loaded, but could find DllRegisterServer() to register", which confimrs that it is not a COM component.
How can I know the function names that are implemented in this DLL.
Thanks in advance.
raochetan
I have a DLL which was created by someone else. I have no idea about it functions and how the DLL was created. The only thing i know is that, it was developed in C++ (VC++ platform). One of the functions in this DLL has to be used (no idea, what are the function names).
I tried to register it using regsvr32.exe program, but an error comes saying that "DLL was loaded, but could find DllRegisterServer() to register", which confimrs that it is not a COM component.
How can I know the function names that are implemented in this DLL.
Thanks in advance.
raochetan