[ILINK32 Error] Error: Unable to open file 'RVSTYLE.RES'

General TRichView support forum. Please post your questions here
Post Reply
zehdopulo
Posts: 9
Joined: Wed Jul 22, 2009 12:54 pm

[ILINK32 Error] Error: Unable to open file 'RVSTYLE.RES'

Post by zehdopulo »

Hello,

I installed successfully TRichView in my CB2007, but when I am compile my project, the below error happens:

Code: Select all

[ILINK32 Error] Error: Unable to open file 'RVSTYLE.RES'
[ILINK32 Error] Error: Unable to open file 'RVTABLE.RES'
Remark 1: The path of linker and compiler is correct and I, for caution, even added the both .res files into my project. But with ou without the files, the linker problem appears - in debug and release.

Do you know what's the problem?

Thanks
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Make sure that the path to these files is added to Tools | Options, Environment Options | C++Options | Paths and Directories, Library path.
Post Reply