We are using a mix of CVI2009 and CVI2013 on Windows 7,8.
Since last few days in an inexplicable way perhaps linked to Windows or Ni update perfectly working
MessagePopup(const char *popupTitle, const char *messageString)
ConfirmPopup(const char *popupTitle, const char *messageString);
instead of expected text draw blanks, like this:
The work around was to reimplement function with Windows api.
I have updated latest CVI2013 runtime to no avail.
any suggestions will be welcome
-al