开发者

rtl100.bpl was not found?

开发者 https://www.devze.com 2023-01-10 12:11 出处:网络
I am learning a component from TMS. I got \"...rtl100.bpl was not found...\". probably this error was happened if I use \"Build with runtime packages\" that contains \"rtl\".

I am learning a component from TMS. I got "...rtl100.bpl was not found...". probably this error was happened if I use "Build with runtime packages" that contains "rtl".

W开发者_Python百科here is rtl100.bpl (I am using D2007)? What should I do to fix this error?


Delphi 2006 and Delphi 2007 both come with rtl100.bpl. You can normally find it in your %system32% folder. You should have this dll installed on the machine where your application runs. You can install it alongside your exe or put it in a place where all applications can find it (Like %system32%). If you don't want your application to be dependable on this dll you should turn off "Build with runtime packages" in your project options.

0

精彩评论

暂无评论...
验证码 换一张
取 消