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





Article #17461: How to remove components in CBuilder 3

 Question and Answer Database
FAQ2461C.txt How to remove components in CBuilder 3
Category :IDE
Platform :All
Product :C++Builder 3.x
Question:
How do I remove components from BCB 3, am I missing something really obvious?
Answer:
In BCB 3.0 you can install or uninstall a component to or from a package.
Just open the package as a project and remove the :
USEUNIT("..\components\Sources\BMSplitter.cpp");
USERES("..\components\Sources\BMSplitter.dcr");
lines for the particular component, or use | View | Units...| and remove
the component or Browse the Project manager and do the same and so on.
After this just remake the package.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99