Ambiguity 'Ptblrv::TRVPrint' and 'Gtrichviewintf::TRVPrint'

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

Ambiguity 'Ptblrv::TRVPrint' and 'Gtrichviewintf::TRVPrint'

Post by hartcons »

recompiling a builder5 app in xe6. i have trials for xe6 of both gnostice and richview.

seems to be a collision between gnostice and richview?

[bcc32 Error] SendEmail.h(73): E2015 Ambiguity between 'Ptblrv::TRVPrint' and 'Gtrichviewintf::TRVPrint'
Full parser context
MainWindow.cpp(9): #include Windows\SendEmail.h
SendEmail.h(66): class TfrmSendEmail
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I am not sure about the reason of this error.
gtRichViewIntf.pas (at least the version that I have) defines a single class:
TgtRichViewInterface. It does not define RVPrint.

Please check if there are duplicate files in TRichView and eDocEngine installation, such as PrblRV.*
Post Reply