>I won't try and get through the whole list but the first problem the
>compiler balked about seems interesting.  The 'limits' header in the MSL
>defines a 'class numeric_limits' with 'min' and 'max' members.  'min' and
>'max' are also macros defined in 'UICommon.h'.  Boom...

What do you mean "Boom"? Include one file. Undef min/max. Include the second
file. Simple. If that's not practical, open UICommon.h, remove the definitions
of min/max, and save the result.

>I'm guessing MSL is not appropriate yet for use with Palm development?
>Comments?

It would all depend on what you're using it for and how you're using it.  If
you're using the min/max template functions (or is that function templates?),
then it's fine.  If you're using the streaming classes with full locale support,
they're not.

-- Keith


Reply via email to