Problem on compiling with source codes

General TRichView support forum. Please post your questions here
Post Reply
javier.orellana
Posts: 11
Joined: Mon Jul 07, 2008 6:12 pm

Problem on compiling with source codes

Post by javier.orellana »

I have replaced trial demo with source codes.
When i compile a program, compiler tells me that i need MSWordDoc.dcu on file rvrtf.pas but i cant find it on version 10.3
On RV_Defs.inc its not defined ({NOT$DEFINE RVUSEWORDDOC})

Please help me.

Thnks for all
javier.orellana
Posts: 11
Joined: Mon Jul 07, 2008 6:12 pm

Post by javier.orellana »

I have to manually include

{$UNDEF RVUSEWORDDOC} on file RV_defs.inc to avoid the problem
Sergey Tkachenko
Site Admin
Posts: 17353
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's strange, this define must not be defined
Post Reply