I am working on a Delphi 7 project which uses COM components to communicate outside the dynamic code. All these components have been developed in C #. Along with all the COM components, the .tlb and .dll files were registered to other components registered in the registry, and one of them is accessible in the Delphi code.
When accessing the function of that particular COM object, it is taking the error -
Project ABC. Class 'EOleSysError' message with 'System can not find the specified file' process has stopped
- Import type library - DLL has been added and installed
- Registry - registry entry same
I used to rebuild DLL, making DLL code associated with the Delphi code folder, and using the COM component to create a registry entry in Delphi Not others are working fine using the same process but it must resolve is not a
This issue calibrate I do?