I've been trying to use the CNiGraph3D control in an MDI application using MS Visual C++ 6 and I've been experiencing multiple lock up problems.
If the graph control is added to a dialog resource, then Visual C++ itself will lock up whenever this dialog resource is displayed. This even happens with the Measurement Studio example projects.
If instead, you make a graph control a member of a dialog class and then create it when the dialog is created, when the application runs, eventually it will lock up if the graph is displayed. You don't even have to do anything, just wait. Happens with both the Debug and Release versions. The Measurement Studio examples don't hang, but that may be because they are modal dialog applications, not MD
I.
I've updated to Measurement Studio 7 for Visual Studio 6 and that does not fix the problem. Has anyone seen this before? Have ideas on how to work around it? This is on a Windows 2000 machine with all current service packs, etc. and Visual Studio 6 with current service packs.