Search found 14 matches

by hartcons
Sat May 16, 2020 5:46 pm
Forum: Support
Topic: problem installing thtmlviewer
Replies: 4
Views: 14098

Re: problem installing thtmlviewer

we're not using fmx. we use vcl. but the error message said i needed to add fmx. i found if i said no to that error message then i could choose vcl from a pulldown but still got the same errors i got originally. so i'm stuck. is anyone successfully using thtmlviewer with the c++ personality in rad s...
by hartcons
Fri May 15, 2020 6:27 pm
Forum: Support
Topic: problem installing thtmlviewer
Replies: 4
Views: 14098

Re: problem installing thtmlviewer

we may have been using a different version (my colleague downloaded it) i tried just now to create a c++ package based on the source files in this directory: https://github.com/BerndGabriel/HtmlViewer/tree/HtmlViewer-11.9/source and got a bunch of errors. things about needing to add the fmx framewor...
by hartcons
Fri May 15, 2020 3:41 pm
Forum: Support
Topic: problem installing thtmlviewer
Replies: 4
Views: 14098

problem installing thtmlviewer

we're trying to install thtmlviewer into the c++ personality of rad studio 10.3.1 and getting errors we're following these instructions: https://nachbar.name/2011/07/16/compiling-thtmlviewer-to-use-in-c-builder-xe/ but still having trouble. the goal is to test RvHtmlViewImporter to see if it can imp...
by hartcons
Sat Apr 21, 2018 1:08 am
Forum: Support
Topic: dashed/dotted line rather than solid for borders
Replies: 2
Views: 10755

dashed/dotted line rather than solid for borders

is it possible to specify a dashed/dotted line for things like table cell borders or text object borders? the customer wants us to put a thick dashed line around some text.
by hartcons
Fri Oct 07, 2016 1:06 am
Forum: Support
Topic: tab in table
Replies: 6
Views: 22286

thanks!
by hartcons
Thu Oct 06, 2016 9:06 pm
Forum: Support
Topic: tab in table
Replies: 6
Views: 22286

How do i turn off this feature?

How do i turn off this feature?
by hartcons
Fri Aug 14, 2015 3:24 pm
Forum: Support
Topic: [bcc64 Fatal Error] Unit29.h(10): 'RichView.hpp' file not fo
Replies: 6
Views: 20909

how do i know if i have the delphi personality?

how do i know if i have the delphi personality? do you have to pay extra for that when you purchase c++ builder?
by hartcons
Thu Aug 13, 2015 7:25 pm
Forum: Support
Topic: [bcc64 Fatal Error] Unit29.h(10): 'RichView.hpp' file not fo
Replies: 6
Views: 20909

i see the file in here:
C:\VCL\TRichView\TRichView\Source\CBuilder32\XE6

but i wasn't sure if i should be referencing something with 32 in it for 64-bit compiles. i don't have a corresponding cbuilder64 directory.
by hartcons
Thu Aug 13, 2015 4:13 pm
Forum: Support
Topic: [bcc64 Fatal Error] Unit29.h(10): 'RichView.hpp' file not fo
Replies: 6
Views: 20909

I used TRichView16Setup.exe as the installer.

we have c++ builder xe6 so i chose "install c++ packages"
by hartcons
Wed Aug 12, 2015 9:01 pm
Forum: Support
Topic: [bcc64 Fatal Error] Unit29.h(10): 'RichView.hpp' file not fo
Replies: 6
Views: 20909

[bcc64 Fatal Error] Unit29.h(10): 'RichView.hpp' file not fo

i have a simple richview example program (trichviewedit and trvstyle) in c++ builder xe6 and it compiles fine 32-bit but when i try compile it 64-bit i get this:

[bcc64 Fatal Error] Unit29.h(10): 'RichView.hpp' file not found
by hartcons
Mon Aug 03, 2015 10:41 pm
Forum: Support
Topic: [ilink32 Error] Fatal: Unable to open file 'RICHVIEW.OBJ'
Replies: 2
Views: 13941

works! thx
by hartcons
Mon Aug 03, 2015 8:48 pm
Forum: Support
Topic: Ambiguity 'Ptblrv::TRVPrint' and 'Gtrichviewintf::TRVPrint'
Replies: 1
Views: 10942

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

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 Wind...
by hartcons
Mon Aug 03, 2015 8:32 pm
Forum: Support
Topic: [ilink32 Error] Fatal: Unable to open file 'RICHVIEW.OBJ'
Replies: 2
Views: 13941

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

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...