Page 1 of 1

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

Posted: Mon Aug 03, 2015 8:32 pm
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.

Posted: Mon Aug 03, 2015 9:39 pm
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.

Posted: Mon Aug 03, 2015 10:41 pm
by hartcons
works! thx