I'm wanting to add some text to the main CONNECT application window, but I can't figure out how to get an MSWindowP. I tried mdlNativeWindow_getMainHandle(), but it returns nullptr whether I pass in 0 or 1 for the iScreen parameter
Unknown said:I can't figure out how to get an MSWindowP. I tried mdlNativeWindow_getMainHandle()
Did you initialise the native window API? From help: The native window support subsystem must be initialized before other mdlNativeWindow_* functions can be called.
#include <msnativewindow.h> mdlNativeWindow_initialize ("Bruce");
Regards, Jon Summers LA Solutions
Answer Verified By: Bruce Reeves SRNS