Search found 5 matches

by jstickle
Mon Sep 11, 2006 8:59 am
Forum: Support
Topic: problem compiling rvActions with Addict3 spellcheck
Replies: 4
Views: 15095

Sergey, Thanks for your continuing help I did have 2 different copies and once they were sorted out it compiled. All the components are installed - however when I try and the demo package (from addict) I get the following error message: 'Cannot load package 'addict3_d10.' It contains unit ...
by jstickle
Wed Sep 06, 2006 12:54 pm
Forum: Support
Topic: problem compiling rvActions with Addict3 spellcheck
Replies: 4
Views: 15095

Sergey, thanks for the reply - I now get a bit further in that I can compile the run time package for RVactions. I cannot however install the package RVActionsD9.bpl I get the following error message: 'The procedure entry point @TrvAcctionAddictThesaurus3@ could not be located in the dynamic link ...
by jstickle
Tue Sep 05, 2006 8:57 am
Forum: Support
Topic: problem compiling rvActions with Addict3 spellcheck
Replies: 4
Views: 15095

problem compiling rvActions with Addict3 spellcheck

I have purchased and downloaded Addict3 spellchecker - when trying to compile RichViewActions I get the following error:

[Pascal Fatal Error] RichViewActions.pas(175): F1026 File not found: 'ad3RichViewCmpnts.dcu'

Can anyone suggest a solution

many thanks
John
by jstickle
Mon Feb 27, 2006 1:41 pm
Forum: Support
Topic: update database fails (BlobStream)
Replies: 1
Views: 8929

I found out the solution is:


use cachedupdates and
CommitUpdates;
by jstickle
Mon Feb 27, 2006 11:41 am
Forum: Support
Topic: update database fails (BlobStream)
Replies: 1
Views: 8929

update database fails (BlobStream)

I have written some code that loads a template into an editor, the template is loading fine however when I try and commit the changes to the database the changes are lost - see code below. The stream is changing size when RTF is edited so the save to stream is working correctly. Any help gratefully ...