At 12:10 2002-10-26 -0400, you wrote:
To dispell a quick user interface problem in past versions of CW:If you are using a recent Metrowerks compiler (5.1 or more recent) switch on the C++ option to turn in from a C compiler to a C++ compiler. >>> You won't ever regret doing that. <<<
The "Activate C++" switch does not turn on the C++ compiler. CodeWarrior will always compile a .cpp, .c++, .cxx, or .cc file as C++. What this switch really does is force the compiler to build .c files as if there were C++. In V9, this switch has been changed to read "Force C++ Compilation" to more accurately reflect its usage.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
