Unable to open file RVScroll.obj with Codegear BC++2007

General TRichView support forum. Please post your questions here
Post Reply
Artaud
Posts: 3
Joined: Tue Dec 11, 2007 10:21 am
Contact:

Unable to open file RVScroll.obj with Codegear BC++2007

Post by Artaud »

Hello,
I have add the component RVStyle to my form, I build it and I obtain this message
What I have done wrong please
All the other components are ok TRichview edit cause my Application was created with BCB6 and now I have C++Builder2007Codegear and it had not accepted all the print components.I have all erased the includes ans #pragma codes about them and try to recode.
I thank you very much.
I have again in an other directory the cpp file with component and code for BCB6 if I can recover without recode in Codegear says to me please
I thank you by advance
Patrick
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

OBJ files are placed in subdirectory. I do not exactly remember its name, but it seems it is either "Debug" or "Release", depending on the build mode.
Add this directory in the project options (or in the library paths for C++Builder)
Artaud
Posts: 3
Joined: Tue Dec 11, 2007 10:21 am
Contact:

Richvieew .obj

Post by Artaud »

Thank you very much !!!!
Post Reply