Page 1 of 1

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

Posted: Fri Dec 14, 2007 10:30 am
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

Posted: Sat Dec 15, 2007 11:02 am
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)

Richvieew .obj

Posted: Sat Dec 15, 2007 5:22 pm
by Artaud
Thank you very much !!!!