I have an application that operates correctly when using the CVI compiler. For a variety of reasons I have had to move it into the MS Visual C++ (6.0) environment.
All is well at this point, the panels are displayed, etc; however the control callbacks for the panels do not receive the EVENT_COMMIT events. They do receive other events, EVENT_LEFT_CLICK, EVENT_LOST_FOCUS, and so on, but not the EVENT_COMMIT.
The controls are defied as 'hot' and again they work perfectly in the CVI environment.
What am I missing?
Thanks,
Greg Newman