I am working on upgrading code for a Delphi6 app to Delphi7 app. Everything works fine except that once I run the app it says:
"The application has failed to start because rtl60.bpl was not found. Re-installing the application may fix this problem"
I have tried everything, such as:
1. Making sure that all the bpls are compiled without any run time packages.
2. Delphi search path is correct.
3. Enviornment variables are correct.
4. Deleted all the dcu and dcp files from old code and rebuild all the projects.
5. I even tried commenting all the rtl in the require clause of all the packages.
I AM STILL GETTING THE ERROR. PLEASE HELP..
and oh the application heavily relies on packages.
Thanks in advance,
pro2003
"The application has failed to start because rtl60.bpl was not found. Re-installing the application may fix this problem"
I have tried everything, such as:
1. Making sure that all the bpls are compiled without any run time packages.
2. Delphi search path is correct.
3. Enviornment variables are correct.
4. Deleted all the dcu and dcp files from old code and rebuild all the projects.
5. I even tried commenting all the rtl in the require clause of all the packages.
I AM STILL GETTING THE ERROR. PLEASE HELP..
and oh the application heavily relies on packages.
Thanks in advance,
pro2003