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 #8682 is a reply to message #8677] Sat, 24 March 2007 16:02 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks, fixed.

Quick patch:

RichText/ParseRTF.cpp 176


RichText RTFParser::Run()
{
	if(!PassGroup() || !PassCmd("rtf") || command_arg != 1 && !IsNull(command_arg))
		return output;
	while(Token() != T_EOF)
		ReadItem();
	Flush(false, 1);
	FlushTable(0);
	return output;
}



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: Sat Apr 27 04:15:29 CEST 2024

Total time taken to generate the page: 0.02447 seconds