I am working in an application which is written in Borland C++Builder 5. Also, I have one DLL for camera functionalities, which will be loaded statically by the main application.
I am facing the following error frequently, I don't know what it is:
Exception EFOpenError in module .dll at 00039BB3
If this error occurs, replacing the same copy of DLL is not working. Instead, I have to rebuild the DLL and run the application again.
Please help me to understand and solve this error.