[ilink32 Error] Fatal: Unable to open file 'RICHVIEW.OBJ'

General TRichView support forum. Please post your questions here
Post Reply
hartcons
Posts: 21
Joined: Sat Aug 01, 2015 12:26 am

[ilink32 Error] Fatal: Unable to open file 'RICHVIEW.OBJ'

Post by hartcons »

I installed the richview trial for embarcadero c++ builder XE6 and made a new VCL application and dropped a TRichViewEdit object on the form and hit Make and got:

[ilink32 Error] Fatal: Unable to open file 'RICHVIEW.OBJ'

Looking in C:\VCL\TRichViewTrialCBuilder\TRichView\Trial\CBXE6\CBuilder32\XE6

i don't see any .obj's.

but i do see some in C:\VCL\TRichViewTrialCBuilder\TRichView\Trial\CB6\CBuilder32\6

we're working on upgrading some old cbuilder 5 apps to xe6 and i thought i'd start with the trial before we purchase the latest version of richview.
Sergey Tkachenko
Site Admin
Posts: 17287
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Save the project and close it in IDE.
Open its cbproj file in Notepad. Find <AllPackageLibs>. Add RVPkgDXE6.lib (if you installed Delphi+C++Builder packages) or RVPkgCBXE6.lib (if you installed C++Builder-only package) there. Save the project.
Everything should work after that.
hartcons
Posts: 21
Joined: Sat Aug 01, 2015 12:26 am

Post by hartcons »

works! thx
Post Reply