U++ framework
Do not panic. Ask here before giving up.

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: 14290
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: Sun Apr 26 21:41:22 GMT+2 2026

Total time taken to generate the page: 0.00898 seconds