Missing .bpl files

血红的双手。 提交于 2019-12-01 09:47:21

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/22672676/missing-bpl-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!