Roberto Colpani 0 Posted March 23, 2022 Hi, I have some problems with a my program written in Delphi 10 Seattle and updated to Delphi 11.1 On my computer all function but when I install on my customer computer the program dont't start and show me this message: The application could not be started correctly (0xc0000007b). Click OK to close the application. I thought that i miss some .bpl (the pplication it's builded with runtime package) but I check and all the package are in the program directory. Anyone know a some kind of solution? Thanks Share this post Link to post
mvanrijnen 123 Posted March 23, 2022 You sure you rebuild all the runtime packages, and put them in the right place? Also maybe there are packages in an other folder where they are found first? Share this post Link to post
Roberto Colpani 0 Posted March 23, 2022 Hi, I better checked the needed packages and I found a vcledge280.bpl package that there isn't in Delphi 10 Seattle. Now all functions. Thanks. Share this post Link to post