ByzantianX
Programmer
- Dec 18, 2000
- 103
I have a problem that I can't register a Delphi dll with regsvr32. I always kept getting message: LoadLibrary ("nameofDelphiDLL"
failed. GetLastError returns 0x00000485.
I've checked dll within other Delphi applications and it works perfectly.I need a dll that could work in different environments, not only in Delphi, so, that's why I need to be able to register that dll with regsvr32. Could anyone help me with some idea what might be wrong, please?
I've checked dll within other Delphi applications and it works perfectly.I need a dll that could work in different environments, not only in Delphi, so, that's why I need to be able to register that dll with regsvr32. Could anyone help me with some idea what might be wrong, please?