Click to See Complete Forum and Search --> : DLL Registration


Ravi Varma
March 30th, 1999, 03:19 AM
Hi,

I have a problem with DLL registration. My problem is like this. I have developed a COM DLL using ATL in VC++(5.0). I am able to register that DLL in Win 95/NT English version. But when I want to install on Danish (Win 95) it is failing. I found that In Danish 95 ATL.DLL is missing. I registered ATL.DLL in Danish and it was registered. But again if I want to register my DLL it is failing. It is giving the following error. “LoadLibrary(“c:\test.dll”) Failed. GetLastError Returns 0x00000485”.

I tried in another way. It is like this. I developed a DLL in VC++ using Danish Win 95. Even that DLL is not registring any other machine ( Win 95 English and Danish).

My DLL is not registring because some required DLLs are missing in the target machine. So how to find which DLLs are missing.

Please if anybody knows the solution please let me know. Any help is highly appreciated.


Thanks in advance