I followed Ben's manual instructions and I receive the following after doing the manual copies and trying to MAKE the buildall.mcp project.
Warning : implicit arithmetic conversion from 'short' to 'unsigned short'
(instantiating: 'POL::CArray<unsigned short, POL::CObjectTraits<unsigned
short>, POL::CCompareTraits<unsigned short>>::Sort(unsigned char)')
POLArray.h line 523 sQSort(Lock(), m_wCount, sizeof(DATA_TYPE),
(CmpFuncPtr)CompareFunc, bAscending);
Project: POL Lib.mcp, Target: POL Debug 3, Source File: POLExplicitTemplates.cpp
These warnings can be ignored. PalmSource changed the type of of the parameters to the SysQSort API (IIRC) from signed to unsigned, and POL is just being build with the "warn about implicit arithmetic conversions" setting on. This doesn't indicate any problem.
-- "Combee on Palm OS" is http://palmos.combee.net/ PalmSource Developer Knowledge Base is http://kb.palmsource.com/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
