Hello All,
I am trying to use containers provided with the MSL C++ in CodeWarrior v6.0.
To be more specific I am using "list" container.
#include <list>
class MyClass
{
private:
list<UInt16> m_data;
};
This simple code gives me compilation errors indicating that "list" file
could not be opened i.e. could not be found.
So I added the following path in "Edit->Project Settings->Target->Access
Paths->System Paths":
"C:\Program Files\Metrowerks\CW for Palm OS
R6\MSL\MSL_C++\MSL_Common\Include" so that "list" file is found during
compilation, however this started to give lots of compilation errors.
Can anyone please tell me the correct way to compile my program containing
"list" containers.
Regards,
Akhilesh Singh
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/