Hi All,
We have a log window in our application and it will display the last 5 most recent log messages to the uses. The user can also use the vertical scroll bar
to display all the messages that have been generated thus far. To display the log message, we use the following function call:
SetCtrlVal(panelHandle, MSGBOX, log_msg);
My question is over time, will the continuous generation and display of system log messages causes LabWindows/CVI to take up additional system
memory which in turn causes the 'run of the memory' error to occur?
Thanks,
LabWindows_newbie