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: 14267
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: Mon Aug 04 22:20:30 CEST 2025

Total time taken to generate the page: 0.06458 seconds