Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » RichText,QTF,RTF... » EncodeQTF Where is it?
Re: EncodeQTF Where is it? [message #8703 is a reply to message #8696] Mon, 26 March 2007 11:28 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
BTW, this is serrious error:

RichText& fbody = ParseRTF(fileb);


- you are taking a reference to temporary object, which is gone by ';'.

Corrected:
RichText fbody = ParseRTF(fileb);


Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Richtext / Uword problems
Next Topic: QtfRichObject problem
Goto Forum:
  


Current Time: Fri Apr 26 03:34:46 CEST 2024

Total time taken to generate the page: 0.03099 seconds