but when i close myprogram i get error and delphi want debug CRVData.pas
but i use CRVFData for addnlwtag

ThanksSergey Tkachenko wrote:The most probable reason for this error:
You included rvoTagsArePChars in RichView.Options, so RichView thinks that tags are pointers to strings allocated using StrNew function.
But when you call AddNLWTag, you pass some integer value instead of pointer to the string as a tag.
Am I right?