Programming with Visual C++: Chapter 17 Code Text Problem
In working with Text in Chapter 17, once the program is in the text mode, the left mouse button down always results in the text dialog coming up, even when I try to save the file. I think we need to be checking for something else in the left mouse button down handler, but I am not sure.
When working with text I am getting an error when the program goes into the CSketcherView::CreateElement(void) function and does not find a TEXT case statement. Any ideas?
Thanks. ... Robert
|