I am writing an NLM application. How would...
Articles and Tips: qna
01 Mar 2002
Q.
I am writing an NLM application. How would I go about creating a second screen for my application that I can open at runtime, if requested, to which I can write debug output? Also, how can I force printf()s to go to the new debug screen?
A.
To create the second screen, us the call CreateScreen() from the NLM NDK. To close the screen, use the call DestroyScreen(). To make printf()s go the new screen, use the call SetCurrentScreen() or DisplayScreen().
* Originally published in Novell AppNotes
Disclaimer
The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.