AppendText() results in Access Violation with Domino 6.5

We’ve been using Domino type library since R5, and updated to Domino type library R6 when it came out, which works well with R5 clients too. However, with the new 6.5 clients, our software is displaying an Access Violation on calls to Notes.AppendText() (Notes is an IRichTextItem interface). I’ve tried using the 6.5 type library and get the same result.

Does anyone know if there is a problem with AppendText() on 6.5?

Thanks,

Jon.

Subject: AppendText() results in Access Violation with Domino 6.5

I have the same problem, also with the AppendRTItem function.Did you find a solution?

Uwe

Subject: RE: AppendText() results in Access Violation with Domino 6.5

??? i am having the same problem with RTItem.AppendText(); Notes dumps a log file and terminates the calling application after displaying a message box pointing the user to the log file. the relevant error in the log file seems to be:

ERROR (48): couldn’t access shared memory key ‘IRIS$MEM$194$0$C.lotus.notes.data’ - (22) Invalid argument

Subject: RE: AppendText() results in Access Violation with Domino 6.5

Same problem here - just cannot get RTItem->AppendText() to work without falling over. Did anyone find a solution to this problem?