Missing .bpl files

user2225809 picture user2225809 · Mar 26, 2014 · Viewed 9.3k times · Source

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?

Answer

manlio picture manlio · Mar 26, 2014

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').