Discussion Board
-
reading a text file
2002-05-30, 21:07
#1
Super Contributor
Hi, so far I can open and read a text file:
RFile.read(TDes8)
How can I convert TDes8 into TText so that I can use DrawText to draw it onto the screen?
Posted by Seth Cummings, seth@eyematic.com
on February 08, 2002 at 21:04
-
RE: reading a text file
2002-05-30, 21:08
#2
Super Contributor
Posted by MTIT Support, support@mtit1.at
on February 13, 2002 at 10:59
You need to convert in not to a TText, but to a TDesC. To do this use character conversion. See the documentation about CnvUtfConverter.
Brg,
Szabolcs Tolnai
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules