C Help
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