Главная страница | назад





Article #19388: How do I create a stand alone application in CBuilder?

 Question and Answer Database
FAQ4388C.txt :How do I create a stand alone application in CBuilder?
Category :IDE
Platform :All-32Bit
Product :All-CBuilder,
Question:
Whenever I try to put my application on another machine, it will not
run. It seems to want some file called "VCL35.bpl" or "vcl40.bpl".
How can I fix this?
Answer:
There are 2 steps to creating a stand alone application in CBuilder.
1) Goto Project->Options, Linker tab. Uncheck "Use Dynamic RTL".
2) Goto Project->Options, Packages tab, uncheck "Build with runtime packages".
Your application will now compile and run so as not to need any support libraries
to run.
2/18/1999 8:07:34 AM

Last Modified: 01-SEP-99