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... » Qtf to Html
Re: Qtf to Html [message #1037 is a reply to message #1035] Wed, 15 February 2006 21:22 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14255
Registered: November 2005
Ultimate Member
No, all files/streams in U++ are always binary.

However, it would save 1 line of code Smile

Instead of

FileOut out(filename);
SaveStream(out, data);

it would be simple

SaveFile(filename, data);

Smile

(OK, I admit that in case that file creation would fail, you would spend some CPU cycles to generate useless HTML, but I would live with it Smile

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem with pasting images with transparency
Next Topic: How to construct RichText without using QTF?
Goto Forum:
  


Current Time: Mon Apr 28 02:09:14 CEST 2025

Total time taken to generate the page: 0.00914 seconds