delphi - rtl100.bpl was not found? -


I am learning a component from TMS. I found "... rtl100.bpl not found ...". Probably this error occurred if I use "build with runtime package" which contains "rtl"

Where is rtl100.bpl (I am using D200)? What should I do to fix this error?

Delphi 2006 and Delphi 2007 both come with RTL100.bpl. You can usually find it in your% system32% folder. You should install it on the DLL machine where your application runs. You can install it with your exe or put it in one place where all applications can find it (like% system32%). If you do not want your application to be dependent on this dll, you should turn off "Build with Runtime Package" in your project options.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -