As Rodolphe said, it appears like you've overrun a segment(s). The following is from the POL FAQ:
"Try to rearrange project files among code segments as shown below: 1st segment ----------------- POLDA.pch++ Readme.txt PalmOSRuntime_2i_A5.lib POLD1.lib Starter.rsrc Common.h Starter.cpp StarterApp.h StarterApp.cpp 2nd segment ----------------- POLD2.lib 3rd segment ----------------- POLD3.lib 4th segment ----------------- POLD4.lib 5th segment ----------------- (your files) ... Nth segment ----------------- (your files)" "Rodolphe Br�jaude" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > When you have strange links error with POL, this is because some of you > segment are too big.. > go in the segnement window and dispach better all your .cpp and .h files in > seg 2 or more... > Don't forget to let the starter.cpp and .h and your MyApp.cpp in SEGMENT 1. > > Good luck. > > > > ----- Original Message ----- > From: "Charles Garcia-Tobin" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Wednesday, June 18, 2003 2:59 PM > Subject: Link errors using the POL > > > > Link Error : POLExplicitTemplates.cpp: 'POL::CHash<TableType*, > POL::CGrid*, POL::CObjectTraits<TableType*>, > POL::CObjectTraits<POL::CGrid*>, POL::CCompareTraits<TableType*>, > POL::CHashTraits<TableType*>>::~CHash()' 16-bit code reference to > '__unexpected > > Anybody get this? any > ///////////////////////////////////////// > // Charles Garc�a-Tobin ""-. > // /[] _ _\ > // Software and _|_o_LII|_ > // Firmware engineer / | ==== | \ > // |_| ==== |_| > // ||" || || > // ||LI o || > // ||'----'|| > // Firm Designs Ltd /__| |__\ > ///////////////////////////////////////// > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
