#C++ Conversion Ops
I believe I know what caused the insertion of
operator long ();
into the public part of the class declaration of CDialogText to generate a
"syntax error" message. I had used AppMaker to generate a shell with a window
containing a CDialogText box. I find that the starter project provided by
AppMaker maps .cp extension files to Think C, not Symantec C++! It does map
.cpp extension files to Symantec C++. So since it's CDialogText.cp, it was
being compiled with Think C and so gave the syntax error.
I just looked at the AppMaker 1.5.4 release notes and can find no mention of
this unusual mapping.
By the way, is it OK to compile the TCL with Symantec C++?
Bob