Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing .bpl files

After compiling a FireMonkey project and executing the app on another PC I've encountered an error - "rtl190.bpl is missing".
So I searched google and I found the "solution" which didn't work for me.
It said that I should uncheck "Link with Dynamic RTL" and "Link with Delphi runtime...".
Indeed after compiling, the executable is bigger, but still I'm encountering the exact same error.
I must copy "rtl190.bpl" and "fmx190.bpl" manually to exe's directory in order to make it work.
How can I fix this problem?

like image 340
user2225809 Avatar asked Oct 15 '25 08:10

user2225809


1 Answers

You should also uncheck Build with runtime packages under:

Project-> Options-> Packages-> Runtime Packages-> Link with runtime packages    

Make sure to uncheck the three items ("Link with runtime packages", "Link with Dynamic RTL" and "Link with Delphi Runtime Library") under the build configuration you are using ('release' / 'debug').

like image 193
manlio Avatar answered Oct 17 '25 11:10

manlio



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!