try move your cpp files to another segment (to first for example). this error mean in your project placed overcrowded segment. you can will comment code in different files until your link error is not disappear. if you discover the problematically file then will move him to another segment.
MC> Link Error : POLExplicitTemplates.cpp: MC> 'POL::CArray<POL::CSimpleGrid::CRowInfo*, MC> POL::CObjectTraits<POL::CSimpleGrid::CRowInfo*>, MC> POL::CCompareTraits<POL::CSimpleGrid::CRowInfo*>>::~CArray()' 16-bit code MC> reference to 'operator delete(void*)' is out of range. MC> There's about 10 of these that happen when I try to compile & link. This is MC> with codewarrior 9.3, and the program is written in POL. I've got 6 MC> segments. Segment 1 contains: MC> Palm OS Runtime.mcp MC> PalmOS Runtime_21_A5.lib MC> MSL_C++_PalmOS_2i_DbA4A5.lib MC> POLD1.lib MC> Starter.cpp MC> StarterApp.cpp MC> POL Lib.mcp MC> Segements 2, 3 & 4 contain POLD2, POLD3 and POLD4.lib, respectivey. MC> Then I have my .cpp files (forms & utilities) in segments 5 & 6. I've tried MC> rearraging things and using different options in the project, and I'm about MC> to give up. If I weren't so boneheaded and stupid maybe I'd see what's MC> probably a very simple solution. Can someone help me? MC> Thanks. MC> -Mark -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
