CompuServe Messages

C Help

#: 26080 S7/ProgrammingForum unknown
    09-Jul-86 13:00:19
Sb: #26006-C Help
Fm: Denis Hennessy 73277,1203
To: GREG SILLIN 71715,217

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

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