Link to home
Start Free TrialLog in
Avatar of Chrysaor
Chrysaor

asked on

How to create an executable file using CodeGear C++ Builder?

I have created an application using CodeGear C++ Builder using Project->Build. The exe file that is created is run with no problems on the pc where C++ is installed. When I try to run it from a different pc , an error pops up rtl120.bpl was not found. What am I missing?
SOLUTION
Avatar of Kent Olsen
Kent Olsen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
rtl120 is BCB2009...
There are 2 options for Build, debug AND release...
Check the options in both configurations...
Also check out for "Dynamic RTL" in both configurations(Uncheck)...
That is what causing that...

George Tokas.
Avatar of Chrysaor
Chrysaor

ASKER

Kdo : " In the project options dialog check the 'Linker' tab.  Find the checkbox for building with runtime packages and toggle it." I did not find such checkbox..
gtokas: I've uncheck Dynamic RTL, checked everything else, doesn't work..

I've tried it on my laptop now, says vcl100.bpl was not found..
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sample 1 "cursor position" is not visible... I mean on the right the "Build Configurations"... THERE right click...

George Tokas.