Thread errors with TppRichEdit
When running RBuilder reports that have any kind of Rich Edit component
inside the IDE I get thread error messages.
If I run my compiled exe outside of IDE I do not see the two thread error
messages.
I am using RBuilder 6.03 Standard in Delphi 6.
This is a very consistent error - all I have to do is add a blank TppRich
Edit ot my report to get the error.
Has anyone else had this problem? Is there a workaround for it?
Gerald
inside the IDE I get thread error messages.
If I run my compiled exe outside of IDE I do not see the two thread error
messages.
I am using RBuilder 6.03 Standard in Delphi 6.
This is a very consistent error - all I have to do is add a blank TppRich
Edit ot my report to get the error.
Has anyone else had this problem? Is there a workaround for it?
Gerald
This discussion has been closed.
Comments
and prior is not threadsafe. RB 7 is thread safe. If you want to use rich
text in reports in a threaded environment, then upgrade to RB 7.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I have the 7 upgrade - I was just a little nervous about using it mid
project.
Guess I will have to try it out.
G