trichview.support
| Re: How to eliminate TRichView from my app??? | 
| Author | Message | 
| Sergey Tkachenko | Posted: 07/25/2004 13:24:51 Removing from C++Builder: - Menu Component | Install Packages, highlight RichView packages, click Remove. Removing from your project: - from source files, remove: #include "richview units" (usually in .h files) #pragma link "richview units" (in .cpp files) - from the project file, remove references to RichView packages. Menu Project | Options, tab Packages. Remove RichView packages from "Runtime packages" list. If it will not help, close the project in C++Builder, open it in Notepad, and remove references to RichView packages manually. | 
Powered by ABC Amber Outlook Express Converter