I have created a template for managing a doubly linked list of pointers to
any data type.  I then created a position object, which is also a template,
to maintain my position in the list.  Everything compiles fine, but I get
all kinds of linker errors.  One example of a linker error is:

"GroupList.cpp: 'CPosition<CGroup>::~CPosition()' referenced from
'CGroupList::~CGroupList()' is undefined.

Its almost as if the compiler didn't automatically instansiate the template.
Am I missing something?

Timothy Dean
MobileDataforce




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to