Hi Justin,
If the error occurs before realtimezoomscrollDlg OnInitDialog method call, I suspect the error
is caused by the way the data arrays are filled. For example, in C++, if the code fills the
data array outside the array bounds, it corrupts other object's data, but no error will occur.
Later when that object is used, the code crashes with strange errors.
To further diagnose the issue, please try to create an example that can reproduce the
issue. For example, you can modify the original realtimezoomscrollDlg sample code to include
6 data series instead of 3. If this can reproduce the issue, please zip the entire project and
email it to me. My email address is pkwan@advsofteng.net
Hope this can help.
Regards
Peter Kwan |