Skip to content
CompuServe test bed
CompuServe Archive
CompuServe Forums
CompuServe Messages
CompuServe Thread
CompuServe User
CompuServe Thread
Search
Browse Forums
Thread
Forum unknown
·
Programming
C Help
1
messages in this thread
#
26080
From:
Denis Hennessy
Jul 9, 1986 1:00 PM
You probably used printf() to display text in the CLI version. To display text in a custom window, you should use TextOut() instead. This won't do formatting (%d, %s etc.) but you could use sprintf() first if you like. Hope this helps —- Denis