I have an application developed in BDS 2006 and am migrating it to Delphi 2007. I have packages to install. I am able to build the packages, install them, and generate the EXE and DLLs.
But while running the application, I am getting this error:
Entry Point Not Found
The procedure entry point XXXX could not be located in the dynamic link library YYYY.
By using Dependency Walker, I figured out dependant DLLs and they are in place.
Please help me to resolve this error. I would like to know the exact reason why this error is happening.
