ByzantianX
Programmer
- Dec 18, 2000
- 103
I suppose this question refers to a very simple problem, but I, as a beginner in Delphi environment, can not solve it. I would like to register a Delphi made DLL with regsvr32. This is exactly what I need (not to use DLL within some other Delphi application but to be sure that particular DLL can be used by any other application on Windows platform). What I can do so far is to make a DLL and call it inside Delphi applications but not to register it with regsvr32.When I try to register DLL with regsvr32 I keep getting messages like "LoadLibrary('NameOfDLL') was not found..." or that DLL can not be registered although it's in memory etc. Please, help , it's quite important to me. Thank you in advance!